diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 19d9714..4c89e16 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -1,4 +1,6 @@ --- +import SkipNavLink from "./SkipNavLink.astro"; + // import Logo from "../assets/ci/side-gradient.svg"; function getCurrentYear() { @@ -7,6 +9,8 @@ function getCurrentYear() { ---