Skip to content

Commit 849aabb

Browse files
authored
update footer to 2026 (#426)
1 parent dd33df2 commit 849aabb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/_components/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export function Footer({ onOpenReleaseNotes }: FooterProps) {
1616
<div className="container mx-auto px-4">
1717
<div className="flex flex-col sm:flex-row items-center justify-between gap-2 text-sm text-muted-foreground">
1818
<div className="flex items-center gap-2">
19-
<span>© 2024 PVE Scripts Local</span>
19+
<span>© 2026 PVE Scripts Local</span>
2020
{versionData?.success && versionData.version && (
2121
<Button
2222
variant="ghost"

0 commit comments

Comments
 (0)