Skip to content

Commit 4feed32

Browse files
fix: make footer copyright year dynamic
1 parent 6ede310 commit 4feed32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export function Footer() {
4444

4545
{/* BOTTOM */}
4646
<div className="mt-6 border-t border-black/5 pt-3 text-center text-xs text-zinc-500 dark:border-white/5 dark:text-zinc-500">
47-
© 2026 CommitPulse. All rights reserved.
47+
© {new Date().getFullYear()} CommitPulse. All rights reserved.
4848
</div>
4949
</footer>
5050
);

0 commit comments

Comments
 (0)