-
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
[ShadCN] refactor(pages/learn): migrate to ShadCN #13569
[ShadCN] refactor(pages/learn): migrate to ShadCN #13569
Conversation
✅ Deploy Preview for ethereumorg ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
5a80d1d
to
b3b59c9
Compare
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.
@TylerAPfledderer looks good. Would be nice if we could start using the recently migrated primitives, including the Image component that is in review (#13601).
7b7cd03
to
cf0f580
Compare
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.
Nice job @TylerAPfledderer.
I've updated the branch with dev. Once the build finishes, I think we are ready to merge it.
Description
Migrates the
Learn
page to remove direct Chakra imports and use ShadCN components and Tailwind.Some areas are marked with a commented
TODO
to address with future migrations.