diff --git a/app/components/Footer.tsx b/app/components/Footer.tsx index b8b4c23d..5be2d2bd 100644 --- a/app/components/Footer.tsx +++ b/app/components/Footer.tsx @@ -40,8 +40,8 @@ export function Footer() { {/* BOTTOM */} -
- © 2026 CommitPulse. All rights reserved. +
+ © {new Date().getFullYear()} CommitPulse. All rights reserved.
);