Skip to content

Conversation

@antaripdebgupta
Copy link
Contributor

@antaripdebgupta antaripdebgupta commented Mar 20, 2025

[Fix] Use Dynamic Copyright Year

Description

This update replaces the hardcoded copyright year (© 2025 Ruxailab) with a dynamic JavaScript property to ensure it updates automatically each year.

Changes

  • Replaced hardcoded 2025 with new Date().getFullYear() in src/views/public/Help.vue.
  • Ensures the footer remains up-to-date without manual changes.

Related Issue

Fixes #729

Testing

  • Verified that the year updates dynamically on page load.
  • No impact on other components.

Merging this will keep the copyright year updated automatically.

@sonarqubecloud
Copy link

@antaripdebgupta antaripdebgupta changed the title [Fix] Use dynamic copyright year(#729) [Fix] Use dynamic copyright year (#729) Mar 20, 2025
@antaripdebgupta antaripdebgupta changed the title [Fix] Use dynamic copyright year (#729) [Fix] Use dynamic copyright year Mar 20, 2025
@marcgc21 marcgc21 merged commit 8448bd1 into ruxailab:develop Mar 21, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[🐞 BUG]: Hardcoded Copyright Year Needs to Be Dynamic

2 participants