Skip to content

Commit 2066d0a

Browse files
Update Challenge.tsx
1 parent 1fa1a78 commit 2066d0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/MDX/Challenges/Challenge.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export function Challenge({
5151
id={currentChallenge.id}>
5252
<div className="font-bold block md:inline">
5353
{currentChallenge.order}{isRecipes ? '示例' : '挑战'}{' '}
54-
{totalChallenges} 个挑战
54+
{totalChallenges} {isRecipes ? '示例' : '挑战'}
5555
<span className="text-primary dark:text-primary-dark">: </span>
5656
</div>
5757
{currentChallenge.name}

0 commit comments

Comments
 (0)