Footer copyright year not updated to 2026
The website footer still displays "© 2025 All Rights Reserved", which is outdated.
Since the current year is 2026, this should be updated.
Expected Behavior:
Footer should display © 2026 All Rights Reserved.
Actual Behavior:
Footer displays © 2025 All Rights Reserved.
Additional Information:
The footer year appears to be hardcoded.
To avoid manual updates in the future, this could be rendered dynamically using the current year (e.g., new Date().getFullYear()).
Contributor Note:
I’d be happy to work on this and submit a PR with a dynamic year fix if that’s okay.

0 条评论