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 11, 2024
1 parent c2afcc8 commit a6ac2f3
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 @@ -80,8 +80,8 @@ function Navbar() {
to="/connect"
className={`px-3 py-2 bg-[#FF6014] rounded-md text-black transition-all duration-300 ease-in-out ${
isActive("/connect")
? "hover:text-black"
: "hover:text-white"
? "text-white"
: "text-black"
}`}
>
Contact Me
Expand Down

0 comments on commit a6ac2f3

Please sign in to comment.