Skip to content
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] : Add Dynamic Copyright Year in check availability Page #1092

Closed
5 tasks done
ygowthamr opened this issue Nov 8, 2024 · 0 comments · Fixed by #1093
Closed
5 tasks done

[BUG] : Add Dynamic Copyright Year in check availability Page #1092

ygowthamr opened this issue Nov 8, 2024 · 0 comments · Fixed by #1093
Labels
bug Something isn't working

Comments

@ygowthamr
Copy link
Contributor

ygowthamr commented Nov 8, 2024

Description

Issue Summary

The footer currently has a static copyright year that requires manual updates. This can lead to outdated information.

Issue Description

To ensure the copyright year stays current, it should be dynamically generated. This will improve accuracy and reduce maintenance.

Proposed Solution

  • Use JavaScript (e.g., new Date().getFullYear()) to fetch the current year.
  • Insert the dynamically fetched year into the footer.
  • Ensure the solution works across different browsers and devices.

Screenshots

  • image

Any additional information?

@ankit071105 Pls assign me this issue, give me label, level.

What browser are you seeing the problem on?

Firefox, Chrome, Safari, Microsoft Edge

Checklist

  • I have checked the existing issues
  • I have read the Contributing Guidelines
  • I'm a GSSoC'24-Extd contributor
  • I'm a Hacktoberfest'24 contributor
  • I am willing to work on this issue (optional)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant