Skip to content

fix: footer hardcoded year, dead hrefs, and non-functional newsletter - #128

Open
Nacho1499 wants to merge 2 commits into
MindFlowInteractive:mainfrom
Nacho1499:fix/Footer-hardcoded
Open

fix: footer hardcoded year, dead hrefs, and non-functional newsletter#128
Nacho1499 wants to merge 2 commits into
MindFlowInteractive:mainfrom
Nacho1499:fix/Footer-hardcoded

Conversation

@Nacho1499

Copy link
Copy Markdown
Contributor

Closes #119

PR Description
Fixes hardcoded values, removes dead links, and adds interactive form handling to the component.href="#"Footer

Changes:

  1. Dynamic Year: Replaced hardcoded copyright year with .{new Date().getFullYear()}.
  2. Dead Links Cleanup: Removed dead tags across Game Modes, Info list, Social icons, and App Store badges, replacing them with clean non-interactive elements to prevent unintended page jumps/reloads..
  3. Newsletter Functionality: Added controlled input state with basic email regex validation. Submitting displays instant UI feedback and resets the input field upon success.

- Refactor repetitive link lists into arrays with .map()
- Wrap newsletter inputs in a form element with event handling
- Dynamically calculate copyright year
@drips-wave

drips-wave Bot commented Jul 28, 2026

Copy link
Copy Markdown

@Nacho1499 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

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.

fix: Footer hardcoded year, dead hrefs, and non-functional newsletter

1 participant