-
Notifications
You must be signed in to change notification settings - Fork 283
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
drop-down menu closes on clicking hamburger icon #498
drop-down menu closes on clicking hamburger icon #498
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
apps/frontend/src/components/navbar/burger-button/burger-button.tsx
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mrswastik-robot Great job!
I left some comments on this PR, please fix those issues 💯
Thanks @origranot for responding. I would surely work on requested changes ASAP. |
…/reduced.to into hiding-hamburger
@origranot I have made the changes as requested , can you review it ? |
Closes #488
I am using ' useSignal()' to store the state and change it 'false' whenever the hamburger icon is clicked in order to hide the hamburger menu.
Do suggest me if any improvements or changes are required.