-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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 migration - ContributorsQuizBanner #13957
Shadcn migration - ContributorsQuizBanner #13957
Conversation
✅ Deploy Preview for ethereumorg ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Hi @pettinarip, I need a suggestion about the |
You caught a bug! Looking at this, the problem is that the function ContributorsQuizBanner({
className,
...props
}: React.HTMLAttributes<HTMLDivElement>) {
return (
<aside
className={cn(
"flex flex-col rounded md:flex-row",
"bg-gradient-to-r from-accent-a/10 to-accent-c/10 dark:from-accent-a/20 dark:to-accent-c-hover/20",
className
)}
{...props} With that you should see the image and continue with the migration (and fix a bug xD). |
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.
Great! @saurabhburade lgtm
Description
Migrate
ContributorsQuizBanner
to tailwind