Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
PvtVoid committed May 7, 2024
2 parents bddeb4d + 64c0b3d commit 84fb334
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/routes/index/components/filter/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ export const youngToOldHeroesMapping: { [key: string]: string } = {
HVY047: 'HVY048', // Victor Goldmane
HVY090: 'HVY091', // Kassai
HVY092: 'HVY093', // Olympia
MST001: 'MST002', // Nuu
MST025: 'MST026', // Enigma
MST046: 'MST047', // Zen
};

export const HEROES_OF_RATHE: { value: string; label: string }[] = [
Expand Down Expand Up @@ -88,4 +91,7 @@ export const HEROES_OF_RATHE: { value: string; label: string }[] = [
{ value: 'HVY090', label: 'Kassai' },
{ value: 'HVY092', label: 'Olympia' },
{ value: 'JDG024', label: 'Brutus, Summa Rudis' },
{ value: 'MST001', label: 'Nuu' },
{ value: 'MST025', label: 'Enigma' },
{ value: 'MST046', label: 'Zen' },
];

0 comments on commit 84fb334

Please sign in to comment.