Skip to content

Commit

Permalink
fix: fixed navbar layout animation
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith-Web3 committed Jul 25, 2023
1 parent 09b9f1b commit b18db08
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/shared/NavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ const NavBar = function ({ isNavOpened, setIsSideBarHidden }: NavBarProps) {
}
return (
<motion.nav
layout
variants={navVariant}
initial="initial"
animate="animate"
Expand Down

0 comments on commit b18db08

Please sign in to comment.