Skip to content

fix: resolve Resume Builder footer navigation#368

Open
shirlz15 wants to merge 1 commit into
Canopus-Labs:mainfrom
shirlz15:fix/resume-builder-footer-navigation
Open

fix: resolve Resume Builder footer navigation#368
shirlz15 wants to merge 1 commit into
Canopus-Labs:mainfrom
shirlz15:fix/resume-builder-footer-navigation

Conversation

@shirlz15

@shirlz15 shirlz15 commented Jul 5, 2026

Copy link
Copy Markdown

📝 Pull Request Description

Related Issue

Closes #341


Summary

This pull request fixes the broken Resume Builder footer navigation by replacing the HTML <a> element with React Router's Link component.

This ensures proper client-side routing and prevents users from being redirected to the Not Found page when clicking the Resume Builder link from the footer.


Changes Made

  • Replaced the HTML <a> tag with React Router's Link component.
  • Updated the footer navigation to use client-side routing.
  • Preserved the existing styling and hover effects.
  • Verified that the Resume Builder page opens correctly.
  • Ensured that the remaining footer links continue to function as expected.

How Has This Been Tested?

  • Started the application locally.
  • Clicked the Resume Builder link in the footer.
  • Verified that it navigates to the correct Resume Builder page.
  • Confirmed that the page no longer redirects to the Not Found screen.
  • Verified that all other footer navigation links continue to work correctly.
  • Confirmed that no console errors or warnings were introduced.

Screenshots (if applicable)

Before

  • Clicking the Resume Builder footer link redirected users to the Not Found page.
image

After

  • Clicking the Resume Builder footer link successfully navigates to the Resume Builder page.
image

Checklist

  • My code follows the project's guidelines.
  • I have tested my changes.
  • I have updated documentation where necessary.
  • I have linked the related issue.
  • My changes do not introduce new warnings or errors.

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]: Footer "Resume Builder" link navigates to a Not Found page

1 participant