Skip to content

Commit d4f35b2

Browse files
author
m.buchhorn-roth
committed
fix: remove description text from problem cards for compact layout
1 parent b00e989 commit d4f35b2

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/App.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -612,9 +612,6 @@ function App() {
612612
</div>
613613
</div>
614614
</CardHeader>
615-
<CardContent>
616-
<p className="text-muted-foreground leading-relaxed">{challenge.description}</p>
617-
</CardContent>
618615
</Card>
619616
</motion.div>
620617
)

0 commit comments

Comments
 (0)