diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-04-22 17:36:13 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-04-22 17:36:13 -0700 |
| commit | 4583d95b06071b637cf6794f332b099d30b9a5c3 (patch) | |
| tree | 4df38a9c3d353e1cad4b54ca917b24e9af09881b /site/src/utils.ts | |
| parent | 7b5ae11e469c762ed8145cf74bd1c67d9002c52b (diff) | |
add support for mus_plus
Diffstat (limited to 'site/src/utils.ts')
| -rw-r--r-- | site/src/utils.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/site/src/utils.ts b/site/src/utils.ts index 18ea80c..4fe3493 100644 --- a/site/src/utils.ts +++ b/site/src/utils.ts @@ -17,7 +17,8 @@ export const getGameTitle = (gameId: string) => { if (lowerCaseGameId.startsWith("popn_music")) return "pop'n music"; if (lowerCaseGameId.startsWith("music_diver")) return "MUSIC DIVER"; if (lowerCaseGameId.startsWith("taiko")) return "Taiko no Tatsujin"; - if (lowerCaseGameId.startsWith("wacca")) return "WACCA+"; + if (lowerCaseGameId.startsWith("wacca")) return "WACCA PLUS"; + if (lowerCaseGameId.startsWith("museca")) return "MÚSECA PLUS"; return gameId.toUpperCase(); |
