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 4, 2024
1 parent 7768672 commit b4a107f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ function Navbar() {
</button>
</div>
<div
className={`fixed top-0 left-0 w-full h-screen md:w-auto bg-black text-white shadow-xl transform transition-transform ease-in-out duration-300 ${
className={`fixed top-0 left-0 w-full h-screen md:w-auto bg-black text-white shadow-xl transform transition-transform ease-in-out duration-500 ${
isOpen ? "translate-y-0" : "-translate-y-full"
} md:hidden`}
>
Expand Down

0 comments on commit b4a107f

Please sign in to comment.