From e2b7ffe0a45e0b34da4c10e9b64ad62d4fa08bec Mon Sep 17 00:00:00 2001 From: Martin Prokoph Date: Sat, 4 Jan 2025 21:29:55 +0100 Subject: [PATCH] Fix main links not being clickable --- src/components/Hero.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Hero.astro b/src/components/Hero.astro index 39723f4..92c9811 100644 --- a/src/components/Hero.astro +++ b/src/components/Hero.astro @@ -7,7 +7,7 @@ const { src = '/motschensummer-cutout.png' } = Astro.props
-
+

Modding