Skip to content

[MEDIUM] Hardcoded year 2026 in Footer - maintenance burden #24

Description

@saidai-bhuvanesh

🔧 Maintainability: Hardcoded Year in Footer

Severity: Low
File: src/components/layout/Footer.jsx

Problem

Copyright year is hardcoded:

<p>© 2026 BuildVerse. Built by MistryVishwa</p>

Issues

  1. Must update manually every year
  2. Forgotten updates look unprofessional
  3. Technical debt

Fix

const currentYear = new Date().getFullYear();
<p>© {currentYear} BuildVerse. Built by MistryVishwa</p>

Labels: enhancement, ssoc26

Metadata

Metadata

Labels

bugSomething isn't workinggood first issueGood for newcomersssoc26Main tag identifying the repository for Social Summer of Code 2026

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions