-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
UI migrate CardList
#7721
UI migrate CardList
#7721
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
)} | ||
</ItemLink> | ||
return isLink ? ( | ||
<LinkBox key={id || idx}> |
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.
More about LinkOverlay
and LinkBox
here: https://chakra-ui.com/docs/components/link-overlay/usage
Good for a11y.
Gatsby Cloud Build Reportethereum-org-website-dev 🎉 Your build was successful! See the Deploy preview here. Build Details🕐 Build time: 37m |
Description
Migrate
CardList
component to Chakra.It also includes a refactor on the URL util functions that used to live inside the
Link
component. I've moved all of those related functions to its own file (src/utils/url.ts
).Related Issue
#6374