From 79bf87c4271ec95280118ea6f73638c83bc3c9f8 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Sun, 17 Nov 2024 14:20:34 -0800 Subject: [PATCH] fix: footer --- src/components/Footer.astro | 2 +- src/styles/base/index.css | 8 +------- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/src/components/Footer.astro b/src/components/Footer.astro index d956848..4402636 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -5,7 +5,7 @@ import { fetchGlobalData } from "@utils/data/global/index.js"; const { nav } = await fetchGlobalData(Astro); --- -