Commit 929f4b2
committed
feat: make footer copyright year dynamic
Replace static copyright year (2025) with dynamic JavaScript expression that automatically updates to the current year using new Date().getFullYear(). This ensures the copyright year stays current without requiring manual updates each year.
Changes:
- Updated FooterMeta component in src/components/footer.tsx
- Changed hardcoded '2025' to {new Date().getFullYear()}
- Maintains same visual output while automating year updates1 parent e018f28 commit 929f4b2
File tree
1 file changed
+1
-1
lines changed- src/components
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
0 commit comments