From 48a81519eea5d75cf5fd753fbc9755b374eea3be Mon Sep 17 00:00:00 2001 From: Cameron Otsuka Date: Sun, 15 Jun 2025 15:22:53 -0700 Subject: [PATCH] fix dark mode --- src/components/footer.astro | 2 +- src/layouts/base.astro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/footer.astro b/src/components/footer.astro index eb64895..cf54646 100644 --- a/src/components/footer.astro +++ b/src/components/footer.astro @@ -6,7 +6,7 @@ const socials = await getCollection('socials'); const currentYear = new Date().getFullYear(); ---
-
+
{socials.map((social) => ( diff --git a/src/layouts/base.astro b/src/layouts/base.astro index 36aebe1..d9387cd 100644 --- a/src/layouts/base.astro +++ b/src/layouts/base.astro @@ -24,7 +24,7 @@ const { title, description } = Astro.props; - +
-- 2.51.0