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 9e53df2 commit 25ff577Copy full SHA for 25ff577
src/components/MDX/Challenges/Challenge.tsx
@@ -52,7 +52,7 @@ export function Challenge({
52
<div className="font-bold block md:inline">
53
{isRecipes ? 'Exemple' : 'Défi'} {currentChallenge.order} sur{' '}
54
{totalChallenges}
55
- <span className="text-primary dark:text-primary-dark">: </span>
+ <span className="text-primary dark:text-primary-dark"> · </span>
56
</div>
57
{currentChallenge.name}
58
</H4>
0 commit comments