-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐞 Bug: footer year is not center aligned and is static not dynamic #18
Comments
👋 Hello @AVNI-THEEXPLORER! Thank you for raising an issue in the Leetcode Journal project! Issue Handling Checklist:
Notifications:
We'll get back to you soon. Stay tuned! 🚀 |
@yashksaini-coder please assign me this issue |
@AVNI-THEEXPLORER I didn't catch that minor thing, Nice work 👍 |
@yashksaini-coder thanks for ur kind words yash!! |
@yashksaini-coder hey man , I see this isn't yet implemented . Can I raise a PR for this or would you like to give some more time ? |
I appreciate your concern, although the current contributor has asked for time. So I would like you to work on some Backend error fix issues #31 There are improvements to be done in it. |
@AVNI-THEEXPLORER Any updates ? |
@yashksaini-coder kindly assign it to me, i'll make it dynamic based on the current year and improve its ui too |
@parthratra11 You are assigned |
@yashksaini-coder issued a PR making the footer dynamic + centering it, also fixing the padding of the footer will soon be modifying its ui too. |
Description
Description
The copyright year displayed in the Footer is hardcoded and does not update dynamically based on the current year. The year is not center aligned.This can lead to outdated information being displayed, reducing the credibility and professionalism of the website.
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.
Screenshots
Any additional information?
No response
What browser are you seeing the problem on?
Chrome
The text was updated successfully, but these errors were encountered: