Skip to content

[Enhancement] Use client-side routing for "About Us" link instead of opening a new tab #74

@nitishchaubeyy

Description

@nitishchaubeyy

Is your feature request related to a problem?

I'm frustrated when clicking the "About Us" link in the navbar opens a completely new browser tab. Since RankerHub is a Single Page Application (SPA), opening internal pages in new tabs disrupts the user flow and makes the navigation feel clunky.

Describe the solution you'd like

Replace the standard <a> tag (or target="_blank") with React Router's <Link> component for the "About Us" navigation item. This will ensure smooth, instant client-side routing within the same tab. Please assign this to me, I can quickly wire this up.

Describe alternatives you've considered

No alternatives considered as using React Router's <Link> is the best practice for internal navigation in Vite/React apps.

Mockups/Screenshots

No response

Before submitting

Metadata

Metadata

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions