mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-20 08:11:13 -05:00
feat: Add auto-updating copyright year
This commit is contained in:
@@ -6,7 +6,7 @@ export function Footer() {
|
|||||||
<div className="container mx-auto px-4">
|
<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 className="flex flex-col sm:flex-row justify-between items-center gap-2 text-xs text-muted-foreground">
|
||||||
<div>
|
<div>
|
||||||
© 2024 ThrillWiki. All rights reserved.
|
© {new Date().getFullYear()} ThrillWiki. All rights reserved.
|
||||||
</div>
|
</div>
|
||||||
<div className="flex items-center gap-4">
|
<div className="flex items-center gap-4">
|
||||||
<Link
|
<Link
|
||||||
|
|||||||
Reference in New Issue
Block a user