diff --git a/src/components/footer.tsx b/src/components/footer.tsx index 5e3a0aac..099abe6e 100644 --- a/src/components/footer.tsx +++ b/src/components/footer.tsx @@ -4,6 +4,7 @@ import { useTranslations } from "next-intl"; export default function Footer() { const t = useTranslations("Footer"); + const d = new Date().getMonth(); return ( <>