Skip to content

Commit

Permalink
smNavClass Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaibhavsg17 committed May 31, 2024
1 parent d91b365 commit 62b40ba
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/Navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ const NavBar = () => {
setIsNavOpen(!isNavOpen); // Toggle the value of isNavOpen
};

const smNavClass = `py-1 px-2 w-full rounded-full border
border-[#616161] hover:border-[#191919] text-center
const smNavClass = `py-1 px-2 w-full rounded-full border border-[#616161] hover:border-[#191919] text-center
hover:bg-[#F1F5F9] hover:text-black transform transition-all duration-300 font-semibold
my-2 hover:w-[90%] `;

Expand Down

0 comments on commit 62b40ba

Please sign in to comment.