-
Notifications
You must be signed in to change notification settings - Fork 25
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
chore(@kadena/react-ui): Cleanup NavHeader and incorporate into the Docs website #1506
Conversation
eileenmguo
commented
Jan 19, 2024
•
edited
Loading
edited
- Updated the NavHeader component to export all subcomponents as separate components
- Updated the NavHeader compound components to use existing UI components (ex button, select)
- Updated the Docs website to use the new NavHeader components for consistency
🦋 Changeset detectedLatest commit: 25eddc6 The changes in this PR will be included in the next version bump. This PR includes changesets to release 4 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
4 Ignored Deployments
|
379b048
to
a721e73
Compare
a721e73
to
4deadfd
Compare
<NavHeader | ||
logo={ | ||
<Link href={'/'}> | ||
<Logo /> |
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.
We used to have two logos for smaller/larger screens, so this isn't the case anymore?
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.
That was unintentional! I will fix it 👍
Also to double check, will the glow be removed from the Header? |
Yes, the new branding does not have any glow |
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 👍🏽
ee84f50
to
9fe051e
Compare