-
Notifications
You must be signed in to change notification settings - Fork 4
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
Buttons & Alert Design Guideline docs #91
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/hack4impact/design/p93v45q43 |
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
@@ -7,7 +7,7 @@ const sidebarSection = (section, title) => ( | |||
<Text type="body" fontWeight="700" as="p" m="24px 0 8px 0">{section.name}</Text> | |||
{ | |||
section.routes.map((elm) => ( | |||
<Text as="p" m="5px 0" fontWeight={title === elm.title ? '700' : '500'}><Link href={elm.href}>{elm.title}</Link></Text> | |||
<Text key={elm.title} as="p" m="5px 0" fontWeight={title === elm.title ? '700' : '500'}><Link href={elm.href}>{elm.title}</Link></Text> |
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.
:)
@@ -57,7 +57,7 @@ Links within alerts are set in 18px HK Grotesk SemiBold text (check [typography] | |||
|
|||
<CodeExampleBox p="md" pb="xxs"> | |||
<Alert variant="success" mb="md"> | |||
This is a success alert! This is an accompanying <Link href="#">link</Link>. | |||
This is a success alert! This is an accompanying <Link href="#">{" link"}</Link>. |
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.
to me it looks like this still didn't fix the issue - but i see you've put one in #83
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.
yeah im not sure how to fix it
only have tables, forms, cards left!