diff --git a/src/components/MDX/Challenges/Challenges.tsx b/src/components/MDX/Challenges/Challenges.tsx index 661269f0..cb1a1d95 100644 --- a/src/components/MDX/Challenges/Challenges.tsx +++ b/src/components/MDX/Challenges/Challenges.tsx @@ -78,7 +78,9 @@ export function Challenges({ children, isRecipes, noTitle, - titleText = isRecipes ? 'Try out some examples' : 'Try out some challenges', + titleText = isRecipes + ? 'Pogledajte par primera' + : 'Probajte da rešite par izazova', titleId = isRecipes ? 'examples' : 'challenges', }: ChallengesProps) { const challenges = parseChallengeContents(children);