Skip to content

Commit

Permalink
fixed bug #491
Browse files Browse the repository at this point in the history
  • Loading branch information
kumar kundan committed Oct 31, 2024
1 parent 2bc911f commit 2caa689
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/react/src/pages/Challenge.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const reactChallengesMap = {
'background-changer': <Background />,
'star-Rating': <StarRating />,
'light-dark-mode': <LightDarkMode />,
'Guess-the-number': <GuessNumber />,
'guess-number': <GuessNumber />,
'telephone-formatter': <TelephoneFormatter />,
'toast-popup': <Toast />,
'password-strength': <PasswordStrength />,
Expand Down
4 changes: 2 additions & 2 deletions shared/data/content/react-challenges.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,10 @@ const challenges = new Map<string, IChallenge>([
},
],
[
'Guess-the-number',
'guess-number',
{
title: 'Guess the number',
link: 'Guess-the-number',
link: 'guess-number',
difficulty: EDifficulty.Easy,
developer: 'deepakrajkranti',
tags: [ETag.interview],
Expand Down

0 comments on commit 2caa689

Please sign in to comment.