-
Notifications
You must be signed in to change notification settings - Fork 12
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
Update icon export script #883
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
return ( | ||
<Menu> | ||
<MenuButton> | ||
<MenuButton aria-label={`${capitalize(type)} actions`}> |
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.
small thing what about passing the whole thing as something like buttonLabel="Instance actions"
? Even aria-label=
, though that is a little ambiguous about what element it ends up labeling.
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's a good point, I tweaked it.
I'm gonna go ahead and merge so that I can move on to the header work. Feel free to drop any more feedback and I'll be happy to tackle it in a follow up. |
fixes #882
This updates the icon export script to point at the new icons location in figma. I've also gone ahead and updated the icons and their references in this PR.