We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd33df2 commit 849aabbCopy full SHA for 849aabb
1 file changed
src/app/_components/Footer.tsx
@@ -16,7 +16,7 @@ export function Footer({ onOpenReleaseNotes }: FooterProps) {
16
<div className="container mx-auto px-4">
17
<div className="flex flex-col sm:flex-row items-center justify-between gap-2 text-sm text-muted-foreground">
18
<div className="flex items-center gap-2">
19
- <span>© 2024 PVE Scripts Local</span>
+ <span>© 2026 PVE Scripts Local</span>
20
{versionData?.success && versionData.version && (
21
<Button
22
variant="ghost"
0 commit comments