-
Notifications
You must be signed in to change notification settings - Fork 20
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
[WEB-2139] demo top nav #165
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
</Link> | ||
<div style={styles.leftNav}> | ||
<div style={styles.logoContainer}> | ||
<Link href={'/'}> |
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.
Nit: I would do cursor: pointer for this
</Link> | ||
</div> | ||
{windowInnerWidth > 1000 && ( | ||
<div style={styles.leftLinks}> |
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.
These links feel closer together, larger, and bolder than the mocks
padding: '8px 22px', | ||
borderRadius: '3px', | ||
}, | ||
secondaryButton: { |
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.
It looks like in mocks this should be a ghost button
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.
Was a text button. Not sure why I didn't style this one after I did the other two 😂
Updated! Screen.Recording.2024-06-13.at.1.27.52.PM.mov |
Fixed demo top nav to look like the Figma: https://www.figma.com/design/qBLLLwbJYGeZoca4m3lQD4/Onboarding-|-Q2-2024-|-HM?node-id=599-11503&m=dev
As the screen gets smaller, I progressively remove certain links. Dark mode does not change the background or text color (this is the pattern we are following for our marketing site).