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 32d9283 commit be06454Copy full SHA for be06454
src/components/MDX/Challenges/Challenges.tsx
@@ -78,7 +78,9 @@ export function Challenges({
78
children,
79
isRecipes,
80
noTitle,
81
- titleText = isRecipes ? 'Try out some examples' : 'Try out some challenges',
+ titleText = isRecipes
82
+ ? 'Pogledajte par primera'
83
+ : 'Probajte da rešite par izazova',
84
titleId = isRecipes ? 'examples' : 'challenges',
85
}: ChallengesProps) {
86
const challenges = parseChallengeContents(children);
0 commit comments