Skip to content

[BUG] Footer year is hardcoded instead of dynamic #619

@NithinU2802

Description

@NithinU2802

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 &copy; 2024 <strong>drawDB</strong> - All right reserved.
  • To make it dynamic I suggest adding below line which avoid to update in future.
    &copy; {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.

Screenshots
Image

Desktop (please complete the following information):

  • OS: Windows
  • Browser: Edge

I'm available to work on it once it's assigned.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions