Anushkabh / krishiconnect

https://krishiconnect-mu.vercel.app/
MIT License
65 stars 152 forks source link

BUG: Persistent Border on "Are you a seller" in Navbar Across All Pages #661

Open Amishachoudhary22 opened 1 week ago

Amishachoudhary22 commented 1 week ago

Is there an existing issue for this?

What happened?

There is an issue with the navbar where the "Are you a seller" link has a persistent border regardless of the page the user is on. This unintended styling issue affects the visual consistency of the navigation bar across the site.

Steps to Reproduce:

Navigate to any page on the website (e.g., home, about, contact). Observe the navbar. Note that the "Are you a seller" link has a border. Expected Behavior: The "Are you a seller" link in the navbar should not have a border unless it is specifically styled to do so (e.g., when active or focused).

Actual Behavior: The "Are you a seller" link in the navbar consistently displays a border, regardless of its state or the page being viewed. I want to fix it such that the border appears on whichever page we navigate.

Screenshot 2024-06-23 at 12 58 00 PM

Record

github-actions[bot] commented 1 week ago

Congratulations, @Amishachoudhary22! 🎉 Thank you for creating your issue. Your contribution is greatly appreciated and we look forward to working with you to resolve the issue. Keep up the great work!

We will promptly review your changes and offer feedback. Keep up the excellent work! Kindly remember to check our contributing guidelines

himanshu-03 commented 22 hours ago

hey @Amishachoudhary22 !

The border is because it serves as a login and register page for the seller. if not border we could add some hover on or change the color of the box so that one can differentiate between a normal nav link and a login link.

Do let me know your thoughts on this!