Description
The website footer currently contains a hardcoded copyright year:
All rights reserved © 2025 OpenSignLabs
Hardcoding the year causes the footer to become outdated in future years and requires manual updates.
🔧 Suggested Improvement
- Replace the hardcoded year with a dynamically generated current year.
- Ensure the footer always reflects the correct year automatically.
✅ Expected Outcome
- Footer displays the current year dynamically.
- No manual updates required in future years.
- Improved maintainability and adherence to frontend best practices.
📌 Type of Issue
- Enhancement
- Frontend / UI improvement
Description
The website footer currently contains a hardcoded copyright year:
All rights reserved © 2025 OpenSignLabsHardcoding the year causes the footer to become outdated in future years and requires manual updates.
🔧 Suggested Improvement
✅ Expected Outcome
📌 Type of Issue