-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Open
Labels
Description
Describe the bug
Hi Team, Currently the copyright year in the footer is currently hardcoded as "2024". This means the year will become outdated every new year, which can make the site look stale and requires manual updates.
To Reproduce
Steps to reproduce the behavior:
- Currently It is
© 2024 <strong>drawDB</strong> - All right reserved.
- To make it dynamic I suggest adding below line which avoid to update in future.
© {new Date().getFullYear()} <strong>drawDB</strong> - All rights reserved.
- To add this in footers of LandingPage, BugReport and Templates accordingly.
Expected behavior
To provide a dynamic year view in the footer to avoid it updating manually also ensure the site is not outdated.
Desktop (please complete the following information):
- OS: Windows
- Browser: Edge
I'm available to work on it once it's assigned.