-
-
Notifications
You must be signed in to change notification settings - Fork 24
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
feat: 🎸 Add Navbar component and integrate the theme toggle button #16
Conversation
…ed user interaction
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Welcome, new contributor!
|
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.
Complete the requested changes
components/header.tsx
Outdated
<span className="text-xl font-semibold">LeetCodeJournal</span> | ||
</div> | ||
<div className="hidden lg:flex space-x-6"> | ||
<Link href="#" className="hover:text-purple-400 hover:animate-spin"> |
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.
@kekubhai Remove animations from the items, they are not necessary.
Welcome, new contributor!
|
Removed the Animation changes and made it simple as possible as you wanted |
Resolved the Issue #3 , This give the edge to the user to get to know what pages and directories are availabe in the website and check that eventually. Hope it gets merged soon