diff --git a/src/components/challenge-card.tsx b/src/components/challenge-card.tsx index 1a03f82..8e6a616 100644 --- a/src/components/challenge-card.tsx +++ b/src/components/challenge-card.tsx @@ -214,19 +214,10 @@ export default function ChallengeCard({ >

- {/* One word per line: `block` on each word rather than a width - constraint, so wrapping doesn't depend on the card's size. */} - {heading - ?.trim() - .split(/\s+/) - .map((word, i) => ( - - {word} - - ))} + {heading}