Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
fix: navbar hidden when toggled on medium screen size (#10357)
Browse files Browse the repository at this point in the history
  • Loading branch information
vneogi199 authored Jun 8, 2024
1 parent 3596707 commit a09dae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/navbar/Navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ export default function Navbar() {
isOpen
? "transform translate-y-0 opacity-100"
: "transform -translate-y-96 opacity-0",
"md:hidden dark:z-50 z-20 absolute t-0 bg-primary-medium transition-all duration-700 ease-in-out w-full",
"dark:z-50 z-20 absolute t-0 bg-primary-medium transition-all duration-700 ease-in-out w-full",
)}
id="mobile-menu"
>
Expand Down

0 comments on commit a09dae4

Please sign in to comment.