From 1f6231ef399702c4ec0ff76b13455b00af23f91b Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Mon, 28 Apr 2025 11:17:27 -0700 Subject: update frontend for pc, dance around/rush --- site/src/utils.ts | 3 +++ 1 file changed, 3 insertions(+) (limited to 'site/src/utils.ts') 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(); -- cgit v1.2.3