Update copyright year #1
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Update copyright year to 2026.
Can you check into this?
Get this going.
Now, this should work.
Analysis
I checked the codebase for the copyright year implementation. The footer (
src/components/layout/Footer.tsx:94) already uses a dynamic year expression:This evaluates client-side on every page load and currently outputs 2026 — no hardcoded year to update.
No code changes are needed. The copyright year is already correct.
Closing this issue as resolved.