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 navbar is hardcoded (static) 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 navbar 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
The text was updated successfully, but these errors were encountered:
Description
The copyright year displayed in the navbar is hardcoded (static) 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 navbar 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
The text was updated successfully, but these errors were encountered: