fix: add hover states to navbar links#583
Conversation
✅ Deploy Preview for github-spy ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
📝 WalkthroughWalkthroughThe PR updates inactive navigation link styling in the Navbar component. Hover interactions now display ChangesNavbar Inactive Link Hover Styling
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes Possibly related issues
Possibly related PRs
Suggested labels
Poem
🚥 Pre-merge checks | ✅ 3 | ❌ 2❌ Failed checks (2 warnings)
✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
🎉 Thank you @HarshalKushwaha0027 for your contribution. Please make sure your PR follows https://github.com/GitMetricsLab/github_tracker/blob/main/CONTRIBUTING.md#-pull-request-guidelines
Related Issue
Description
Added interactive hover states to the main navigation links (Tracker, Contributors, Login) to improve UX and accessibility.
Previously, inactive links lacked visual feedback on hover due to conflicting Tailwind text classes and missing dark mode hover rules. I refactored the
navLinkStylesinNavbar.tsxto strictly applyhover:text-blue-600andhover:bg-gray-50(along with their respectivedark:mode variants) only to the inactive state, resolving the conflict.How Has This Been Tested?
npm run dev).Screenshots
Recording.2026-05-28.015950.mp4
Type of Change
Summary by CodeRabbit