Skip to content

Commit

Permalink
added a note
Browse files Browse the repository at this point in the history
  • Loading branch information
Amir Kaudinov authored and Amir Kaudinov committed Feb 21, 2023
1 parent 8b143b7 commit e1ad021
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/Navbar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ const Navbar = () => {
//set current link name
const onNavClick = (e) => {
setLinkName(e.target.getAttribute('data-name'))
// can switch back to this if needed
// setIsOpen(false)
}

Expand Down

1 comment on commit e1ad021

@vercel
Copy link

@vercel vercel bot commented on e1ad021 Feb 21, 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.