Skip to content

Commit 034d362

Browse files
authored
Merge pull request #457 from reactjs/copy/sync-with-effects
Synchronizing with Effects
2 parents fac5027 + 1de6491 commit 034d362

File tree

3 files changed

+299
-300
lines changed

3 files changed

+299
-300
lines changed

src/components/MDX/Challenges/Challenge.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export function Challenge({
5252
<div className="font-bold block md:inline">
5353
{isRecipes ? 'Exemple' : 'Défi'} {currentChallenge.order} sur{' '}
5454
{totalChallenges}
55-
<span className="text-primary dark:text-primary-dark">: </span>
55+
<span className="text-primary dark:text-primary-dark"> · </span>
5656
</div>
5757
{currentChallenge.name}
5858
</H4>

0 commit comments

Comments
 (0)