diff --git a/src/lib/components/Link.svelte b/src/lib/components/Link.svelte index 45ff8c6..5e66559 100644 --- a/src/lib/components/Link.svelte +++ b/src/lib/components/Link.svelte @@ -3,7 +3,7 @@ export let href: string export let target: HTMLAnchorAttributes['target'] - export let title: HTMLAnchorAttributes['title'] + export let title: HTMLAnchorAttributes['title'] = undefined