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 83a78a3 commit a5dd99bCopy full SHA for a5dd99b
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