Skip to content

Commit

Permalink
change icon names
Browse files Browse the repository at this point in the history
  • Loading branch information
opprotossball committed Jun 12, 2024
1 parent 79e8f4c commit f7f18dc
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/services/AchivmentService.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@ import notImplemented from '../resources/skull.svg';
const getIcon = function (typeOfAchivment) {
switch (typeOfAchivment) {
case 1:
return icon1;
return tour1;
case 2:
return icon2;
return tour3;
case 3:
return icon3;
return tour5;
case 4:
return icon4;
return contestant1;
case 5:
return icon5;
return contestant5;
case 6:
return icon6;
return contestant10;
case 7:
return icon7;
return contestant10;
default:
return notImplemented;
}
Expand Down

0 comments on commit f7f18dc

Please sign in to comment.