diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 0a9d050..d956848 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -2,20 +2,10 @@ import NavLink from "@components/nav/NavLink.astro"; import { fetchGlobalData } from "@utils/data/global/index.js"; -const { updated } = Astro.props; const { nav } = await fetchGlobalData(Astro); ---