From 7805a7dfa9f32c52988fed54a6a8379bd8ef4a25 Mon Sep 17 00:00:00 2001 From: Nathan Cummins Date: Fri, 22 Aug 2025 10:22:25 +0930 Subject: [PATCH] Sound designer, footer wasn't clickable --- src/components/Footer.astro | 2 +- src/data/person.ts | 2 +- src/data/site.ts | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 09a390c..0286d2d 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -6,7 +6,7 @@ import TextLink from "@components/TextLink.astro"; ---