diff --git a/src/components/Link.astro b/src/components/Link.astro index 5a5e81a..30e0159 100644 --- a/src/components/Link.astro +++ b/src/components/Link.astro @@ -14,5 +14,5 @@ const { href, class: className, ...attributes } = Astro.props; {href} {...attributes} > - - +