Skip to content

Commit

Permalink
Feature: Change difficulty from Neutral to Medium (#519)
Browse files Browse the repository at this point in the history
feat(utiltiies.ts): update difficulty level 3 from Neutral to Medium and support to ModerateSupport
  • Loading branch information
XavierElon authored Jun 15, 2024
1 parent 86377a1 commit 7f487ba
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 7f487ba

Please sign in to comment.