Skip to content

fix(landing): use dynamic year in footer copyright (fixes #69)#136

Open
aagear wants to merge 1 commit into
Ghbounty:mainfrom
aagear:fix/dynamic-footer-year
Open

fix(landing): use dynamic year in footer copyright (fixes #69)#136
aagear wants to merge 1 commit into
Ghbounty:mainfrom
aagear:fix/dynamic-footer-year

Conversation

@aagear

@aagear aagear commented Jun 23, 2026

Copy link
Copy Markdown

Description

Changes the hardcoded "© 2026" in the landing page footer to use new Date().getFullYear() so the year stays current automatically.

Changes

  • frontend/app/page.tsx: replaced static © 2026 with © {new Date().getFullYear()}

Fixes #69

@aagear aagear requested a review from tomazzi14 as a code owner June 23, 2026 15:40
@vercel

vercel Bot commented Jun 23, 2026

Copy link
Copy Markdown

@aagear is attempting to deploy a commit to the weareghbounty-6269's projects Team on Vercel.

A member of the Team first needs to authorize it.

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.

test: typo in landing footer copyright year

1 participant