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 1fa1a78 commit 2066d0aCopy full SHA for 2066d0a
src/components/MDX/Challenges/Challenge.tsx
@@ -51,7 +51,7 @@ export function Challenge({
51
id={currentChallenge.id}>
52
<div className="font-bold block md:inline">
53
第 {currentChallenge.order} 个{isRecipes ? '示例' : '挑战'} 共{' '}
54
- {totalChallenges} 个挑战
+ {totalChallenges} 个{isRecipes ? '示例' : '挑战'}
55
<span className="text-primary dark:text-primary-dark">: </span>
56
</div>
57
{currentChallenge.name}
0 commit comments