diff --git a/frontend/app/page.tsx b/frontend/app/page.tsx index d64f501..ef0dac0 100644 --- a/frontend/app/page.tsx +++ b/frontend/app/page.tsx @@ -860,6 +860,7 @@ function FinalCTA() { /* ---------------- Footer ---------------- */ function Footer() { + const currentYear = new Date().getFullYear(); const XIcon = (p: SVGProps) => ( @@ -899,7 +900,9 @@ function Footer() { Built for Colosseum - © 2026 GH BOUNTY · ALL RIGHTS RESERVED + + © {currentYear} GH BOUNTY · ALL RIGHTS RESERVED + );