We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a1302e commit fb03419Copy full SHA for fb03419
1 file changed
src/lib/layout/coverTitle.svelte
@@ -3,7 +3,7 @@
3
import { IconChevronLeft } from '@appwrite.io/pink-icons-svelte';
4
import { Typography, Button, Icon, Layout } from '@appwrite.io/pink-svelte';
5
6
- export let href: string = null;
+ export let href: string | null = null;
7
</script>
8
9
<Layout.Stack
0 commit comments