diff --git a/web/src/components/LandingPage/Footer.tsx b/web/src/components/LandingPage/Footer.tsx index 08edbc4..cd395de 100644 --- a/web/src/components/LandingPage/Footer.tsx +++ b/web/src/components/LandingPage/Footer.tsx @@ -2,6 +2,7 @@ import React from "react"; import { Github } from "lucide-react"; const Footer = () => { + const currentYear = new Date().getFullYear() return (