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); --- -