aboutsummaryrefslogtreecommitdiffstats
path: root/site/src/utils.ts
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-04-28 11:17:27 -0700
committerPinapelz <yukais@pinapelz.com>2025-04-28 11:19:40 -0700
commit1f6231ef399702c4ec0ff76b13455b00af23f91b (patch)
tree05d88f658165c043a29744580dfc76d30cf5e5f9 /site/src/utils.ts
parente44189b877032c00f4a82a2dda8e56890b9df869 (diff)
update frontend for pc, dance around/rush
Diffstat (limited to 'site/src/utils.ts')
-rw-r--r--site/src/utils.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/site/src/utils.ts b/site/src/utils.ts
index 5cf35dc..c6f4ba6 100644
--- a/site/src/utils.ts
+++ b/site/src/utils.ts
@@ -20,6 +20,9 @@ export const getGameTitle = (gameId: string) => {
if (lowerCaseGameId.startsWith("wacca")) return "WACCA PLUS";
if (lowerCaseGameId.startsWith("museca")) return "MÚSECA PLUS";
if (lowerCaseGameId.startsWith("reflec_beat") || lowerCaseGameId.startsWith("rb_deluxe")) return "REFLEC BEAT DELUXE PLUS";
+ if (lowerCaseGameId.startsWith("dance_rush")) return "DANCERUSH";
+ if(lowerCaseGameId.startsWith("dance_around")) return "DANCE aROUND";
+ if(lowerCaseGameId.startsWith("polaris_chord")) return "POLARIS CHORD/ポラリスコード"
return gameId.toUpperCase();
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage