-
-
Notifications
You must be signed in to change notification settings - Fork 6.4k
Create NavItem component #5972
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
Create NavItem component #5972
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
AugustinMauroy
left a comment
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.
LGTM ! just we can add real link for polish ✨
ovflowd
left a comment
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.
Re-approving. I just left a few final comments, and we're good to go! Thank you!
Description
Created NavItem component according to the requirements in issue 5911. Styled by matching the Figma styles to its equivalent Tailwind class.
Validation
Added all styles in light / dark mode for both Nav & footer types. Some screenshots below
Related Issues
Addresses issue 5911
Check List
npx turbo lintto ensure the code follows the style guide. And runnpx turbo lint:fixto fix the style errors if necessary.npx turbo formatto ensure the code follows the style guide.npx turbo testto check if all tests are passing.