Skip to content

Commit

Permalink
Update Navbar.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ASquare04 authored Jul 5, 2024
1 parent 9fa8136 commit d2d70d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ function Navbar() {
to="/connect"
className={`block py-2 text-xs px-4 text-black bg-[#FF6014] rounded ${
isActive("/connect")
? "text-orange-500"
: "hover:text-orange-600"
? "text-white"
: "hover:text-white"
}`}
onClick={toggleMenu}
>
Expand Down

0 comments on commit d2d70d6

Please sign in to comment.