-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add group activity page #36
base: master
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
1c757bc
to
dad8167
Compare
return ( | ||
<div className={`flex items-center justify-between bg-${props.color}-100 rounded-lg p-4`}> | ||
<div className='flex items-center space-x-2'> | ||
<UserIcon className={`h-6 w-6 text-${props.color}-600`} /> |
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.
A tailwind css néha nem kezeli le azt, ha futási időben adsz class-okat. Majd merge előtt checkold le légyszi.
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.
ha működik akkor oké
No description provided.