Skip to content

Commit

Permalink
Some fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Adekunle27 committed Mar 6, 2023
1 parent 770812b commit 98001d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const Navbar = () => {
}, [theme]);

return (
<ClickAwayListener onClickAway={() => setNavActive(null)}>
<ClickAwayListener onClickAway={() => setNavActive(!navActive)}>
<>
<header className="headnavstyle">
<motion.nav
Expand Down

2 comments on commit 98001d2

@vercel
Copy link

@vercel vercel bot commented on 98001d2 Mar 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 98001d2 Mar 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.