-
Notifications
You must be signed in to change notification settings - Fork 34
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
Hamburger icon needs to replace with close icon after menu opens #149 #167
base: master
Are you sure you want to change the base?
Conversation
kapilG0
commented
Jul 14, 2024
@kapilG0 is attempting to deploy a commit to the Abhijeet's projects Team on Vercel. A member of the Team first needs to authorize it. |
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.
Welcome to Our repository.🎊 Thank you so much for taking the time to point this out.
@@ -11,6 +11,7 @@ | |||
}, | |||
"dependencies": { | |||
"cookies-next": "^4.2.1", | |||
"font-awesome": "^4.7.0", |
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.
Don't use external library, instead use custom icons, see icons folder how we are creating it and using it.
@@ -1,6 +1,7 @@ | |||
@tailwind base; | |||
@tailwind components; | |||
@tailwind utilities; | |||
@import 'font-awesome/css/font-awesome.min.css'; |
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.
Remove this
Hey @kapilG0, i have reviewed the code and add some changes. Do the necessary changes, i will merge the code then |