diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 6cf6a3b..2f2dd86 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -2,6 +2,8 @@ import Hr from "./Hr.astro"; import LinkButton from "./LinkButton.astro"; import socialLinks from "@utils/socialLinks"; + +const currentYear = new Date().getFullYear(); ---