Skip to content

Commit ee4a3c7

Browse files
authored
fixed hardcoded copyright year (#1098)
1 parent 60609ea commit ee4a3c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/components/Navigation/Sidebar/AppSidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export function AppSidebar() {
8787
<SidebarFooter className="border-border/40 mt-auto border-t py-4">
8888
<div className="text-muted-foreground space-y-1 px-4 text-xs">
8989
<div className="font-medium">PictoPy v{version}</div>
90-
<div>© 2025 PictoPy</div>
90+
<div>© {new Date().getFullYear()} PictoPy</div>
9191
</div>
9292
</SidebarFooter>
9393
</Sidebar>

0 commit comments

Comments
 (0)