Skip to content

Commit fb03419

Browse files
committed
update: misc.
1 parent 1a1302e commit fb03419

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/layout/coverTitle.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import { IconChevronLeft } from '@appwrite.io/pink-icons-svelte';
44
import { Typography, Button, Icon, Layout } from '@appwrite.io/pink-svelte';
55
6-
export let href: string = null;
6+
export let href: string | null = null;
77
</script>
88

99
<Layout.Stack

0 commit comments

Comments
 (0)