We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4f35b2 commit 2723a92Copy full SHA for 2723a92
1 file changed
src/App.tsx
@@ -604,14 +604,17 @@ function App() {
604
{challenge.statLabel}
605
</div>
606
607
- <Badge variant="secondary" className="text-sm font-semibold">
+ <Badge variant="secondary" className="text-sm font-semibold" style={{ display: 'none' }}>
608
<TrendingUp className="h-3 w-3 mr-1" />
609
{challenge.trend}
610
</Badge>
611
612
613
614
</CardHeader>
615
+ <CardContent>
616
+ <p className="text-muted-foreground leading-relaxed">{challenge.description}</p>
617
+ </CardContent>
618
</Card>
619
</motion.div>
620
)
0 commit comments