feat: Add auto-updating copyright year

This commit is contained in:
gpt-engineer-app[bot]
2025-09-28 14:49:43 +00:00
parent 6fb8d8b5e4
commit 366050174b

View File

@@ -6,7 +6,7 @@ export function Footer() {
<div className="container mx-auto px-4">
<div className="flex flex-col sm:flex-row justify-between items-center gap-2 text-xs text-muted-foreground">
<div>
© 2024 ThrillWiki. All rights reserved.
© {new Date().getFullYear()} ThrillWiki. All rights reserved.
</div>
<div className="flex items-center gap-4">
<Link