Skip to content

fix: correct main website navigation link#756

Open
Vedant43hh wants to merge 1 commit into
Clueless-Community:mainfrom
Vedant43hh:fix-main-website-link
Open

fix: correct main website navigation link#756
Vedant43hh wants to merge 1 commit into
Clueless-Community:mainfrom
Vedant43hh:fix-main-website-link

Conversation

@Vedant43hh

@Vedant43hh Vedant43hh commented Jun 20, 2026

Copy link
Copy Markdown

Summary

This PR fixes the "Visit main website" navigation link in the navbar.

Changes Made

  • Removed the incorrect usage of next/link with an external URL.
  • Replaced it with a standard anchor tag for external navigation.
  • Added rel="noopener noreferrer" for security when opening the link in a new tab.

Before

The navigation item used a Link component pointing to / while the nested anchor pointed to an external website, causing incorrect navigation behavior.

After

The navigation item directly points to the external website using a standard anchor tag and opens it in a new tab.

Closes #622

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.

Link doesn't work

2 participants