Skip to content

fix: resolve Project Ideas footer navigation#366

Open
shirlz15 wants to merge 2 commits into
Canopus-Labs:mainfrom
shirlz15:fix/project-ideas-footer-navigation
Open

fix: resolve Project Ideas footer navigation#366
shirlz15 wants to merge 2 commits into
Canopus-Labs:mainfrom
shirlz15:fix/project-ideas-footer-navigation

Conversation

@shirlz15

@shirlz15 shirlz15 commented Jul 5, 2026

Copy link
Copy Markdown

📝 Pull Request Description

Related Issue

Closes #342


Summary

This pull request fixes the broken Project Ideas footer navigation by replacing the HTML anchor (<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 Project Ideas 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 all remaining footer links continue to function correctly.

How Has This Been Tested?

  • Verified that clicking the Project Ideas footer link navigates to the correct page.
  • Confirmed that the page no longer redirects to the Not Found screen.
  • Tested the application locally after making the changes.
  • Verified that other footer navigation links continue to work correctly.
  • Confirmed there are no console errors or warnings.

Screenshots (if applicable)

Before

  • Clicking the Project Ideas footer link redirected users to the Not Found page.
image

After

  • Clicking the Project Ideas footer link successfully navigates to the Project Ideas 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.

@KaranUnique

Copy link
Copy Markdown
Contributor

@shirlz15 kindly remove the package files from PR

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 "Project Ideas" link navigates to a Not Found page

2 participants