Skip to content

Commit

Permalink
Removed Level 6 marker to reflect correct number of levels
Browse files Browse the repository at this point in the history
  • Loading branch information
neilwj7 committed Oct 23, 2024
1 parent 9592ce3 commit 76c8606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/shared/LessonSide/LessonSide.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function LessonSide({

{/* passed from parent component */}
<LevelSelector
numLevels={6}
numLevels={5}
currentLevel={levelNum}
maxLevelReached={maxLevel}
updateLevel={updateLevel}
Expand Down

0 comments on commit 76c8606

Please sign in to comment.