aboutsummaryrefslogtreecommitdiffstats
path: root/site/src/utils.ts
diff options
context:
space:
mode:
Diffstat (limited to 'site/src/utils.ts')
-rw-r--r--site/src/utils.ts3
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();
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage