You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The copyright year displayed in the Footer is hardcoded and does not update dynamically based on the current year. This can lead to outdated information being displayed, reducing the credibility and professionalism of the website.
Screenshots
Any additional information?
Steps to Reproduce:
1.Open the website.
2. Scroll to the Footer section where the copyright year is displayed.
3.Observe that the year does not match the current calendar year.
Expected Behavior:
The copyright year should dynamically update to reflect the current year without requiring manual updates in the code.
Actual Behavior:
The copyright year is static and does not change unless manually updated in the source code.
Impact:
Outdated copyright year can confuse users and may give the impression that the website is not maintained.
It requires manual intervention each year, increasing maintenance overhead.
Proposed Solution:
Use a dynamic method to fetch and display the current year.
What browser are you seeing the problem on?
chrome
Urgency (Optional)
None
The text was updated successfully, but these errors were encountered:
Thanks for opening this Issue 🙌 , Welcome to Project Guidance 💖 We will review everything and get back to you. Make sure to give a star to this repo before making a fork! Thank you :)
Initiative (Required)
swoc
What happened?
Description
The copyright year displayed in the Footer is hardcoded and does not update dynamically based on the current year. This can lead to outdated information being displayed, reducing the credibility and professionalism of the website.
Screenshots
Any additional information?
Steps to Reproduce:
1.Open the website.
2. Scroll to the Footer section where the copyright year is displayed.
3.Observe that the year does not match the current calendar year.
Expected Behavior:
The copyright year should dynamically update to reflect the current year without requiring manual updates in the code.
Actual Behavior:
The copyright year is static and does not change unless manually updated in the source code.
Impact:
Proposed Solution:
Use a dynamic method to fetch and display the current year.
What browser are you seeing the problem on?
chrome
Urgency (Optional)
None
The text was updated successfully, but these errors were encountered: