diff --git a/src/ui/components/Footer.tsx b/src/ui/components/Footer.tsx index 3b8b947db..39cf4fdf3 100644 --- a/src/ui/components/Footer.tsx +++ b/src/ui/components/Footer.tsx @@ -7,6 +7,7 @@ export async function Footer() { variables: { slug: "footer" }, revalidate: 60 * 60 * 24, }); + const currentYear = new Date().getFullYear(); return (