From e1e5ff3afd2fb4622d7a4ac5d17088ed001f4447 Mon Sep 17 00:00:00 2001 From: Mikkel Svartveit Date: Tue, 9 Jan 2024 23:39:38 +0100 Subject: [PATCH] Fix link issue --- src/components/Link.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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} > - - +