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.
2 parents 32d9283 + be06454 commit d0395d1Copy full SHA for d0395d1
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