Skip to content

🐞 Issue: Navbar Links Not Working #23

@JiyaBatra

Description

@JiyaBatra

πŸ“Œ Title

Navbar Links Not Navigating to Target Sections

🏷️ Category

Bug

UI/Navigation

Frontend

πŸ“ Description

Navbar links are currently not functioning as expected. Clicking on navigation items does not redirect to the intended page or section. This affects overall usability and makes navigation difficult for users.

Since navigation is a core part of any website, this issue significantly impacts user experience.

🚨 Current Behavior

Clicking navbar links does nothing
or

Page does not scroll to the correct section
or

Route does not change (in case of React Router)

βœ… Expected Behavior

Links should correctly:

Navigate to different pages (if using React Router)

Scroll smoothly to sections (if using anchor links)

Active link state should update properly

No console errors should occur

πŸ”Ž Possible Causes

Incorrect href values

Missing id in target sections

React Router not used correctly

preventDefault() blocking navigation

Z-index or overlay blocking click events

πŸ’‘ Suggested Fix

Verify correct routing setup (if using React Router)

Ensure section IDs match anchor links

Add smooth scroll behavior if needed

Inspect console for errors

Check CSS for pointer-event issues

πŸš€ Impact

Fixing this will restore proper navigation flow, improve user experience, and make the website feel stable and production-ready.

ss:

Git.Genie.AI-powered.Git.assistant.-.Google.Chrome.2026-03-03.15-47-08.mp4

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions