We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7dd7e0 commit 271b2d8Copy full SHA for 271b2d8
src/components/cards/community/index.tsx
@@ -74,7 +74,7 @@ export default function CommunityCard({ showRewards = true, community }: Communi
74
</div>
75
<div className="flex flex-col items-start justify-start max-w-xs -mt-4 md:flex-row lg:flex-col md:-mt-7 md:max-w-lg">
76
{showRewards && reward && (
77
- <div className="text-sm flex bg-lime-400">
+ <div className="text-sm flex">
78
<RewardBadge reward={{ token: reward.token }} styles={rewardBadgeStyle} />
79
80
)}
0 commit comments