Skip to content

Commit

Permalink
feat(utiltiies.ts): update difficulty level 3 from Neutral to Medium …
Browse files Browse the repository at this point in the history
…and support to ModerateSupport
  • Loading branch information
XavierElon committed Jun 15, 2024
1 parent 86377a1 commit 67fd9d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utilities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ type TMapRatings = {
export const mapDifficulty: TMapRatings = {
1: 'Very Easy',
2: 'Easy',
3: 'Neutral',
3: 'Medium',
4: 'Hard',
5: 'Very Hard',
};
Expand All @@ -38,7 +38,7 @@ export const mapOverall: TMapRatings = {
export const mapStaffSupport: TMapRatings = {
1: 'Little/No Support',
2: 'Some Support',
3: 'Neutral',
3: 'Moderate Support',
4: 'Supportive',
5: 'Strong Support',
};
Expand Down

0 comments on commit 67fd9d9

Please sign in to comment.