Skip to content

fix: add home route entry to 404 terminal navigation menu (#205)#213

Merged
jagdish-15 merged 1 commit into
codepvg:mainfrom
DarkSorcerer14:feature/404-home-route
Jun 18, 2026
Merged

fix: add home route entry to 404 terminal navigation menu (#205)#213
jagdish-15 merged 1 commit into
codepvg:mainfrom
DarkSorcerer14:feature/404-home-route

Conversation

@DarkSorcerer14

Copy link
Copy Markdown
Contributor

Overview

Closes #205

This PR adds home/ as the first entry in the simulated terminal ls /valid-routes output on the 404 recovery page, providing users with a direct way to return to the site's home page.

Changes Made

  • File Modified: frontend/404.html (lines 229–239)
  • Prepend the home/ navigation entry to match the exact target output order requested in the issue.
  • Wired the entry to link directly to the application root (/) using the existing .highlight a class styles for perfect green glow/hover consistency.
  • Retained proper design and typography alignment by utilizing the standard    character spacing.

UI Layout Comparison

  • Before: leaderboard/ registration/ about/
  • After: home/ leaderboard/ registration/ about/

Verification

  • HTML structure renders visually aligned with the mock CLI design.
  • Home route properly redirects to the root path (/).

@github-actions

Copy link
Copy Markdown
Contributor

Thank you for submitting a pull request.

Please ensure your changes comply with the project's contribution guidelines and that all workflow checks pass successfully.

Formatting and Branching

  • Please confirm you have formatted your code locally using npx prettier --write ., or you can simply comment /format on this PR to have our bot do it for you!
  • Ensure this PR is made from a feature/* branch and not main.

Note: This project is currently maintained by a solo maintainer, so reviews and responses may sometimes take a little time. Thanks for your patience.

@jagdish-15 jagdish-15 merged commit 7039764 into codepvg:main Jun 18, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Home Route to 404 Recovery Navigation

2 participants