diff --git a/components/shared/Footer.tsx b/components/shared/Footer.tsx index bf87e6f..b84d0e9 100644 --- a/components/shared/Footer.tsx +++ b/components/shared/Footer.tsx @@ -6,6 +6,7 @@ import { FOOTERLINKS } from "@/constants"; import Logo from "./Logo"; const Footer = () => { + const currentYear = new Date().getFullYear(); return ( <>