From 086f69379c3228b4b9f3c72bfaac3da3428e397f Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Tue, 22 Apr 2025 12:35:44 -0700 Subject: fix utils name tranlation for RB --- site/src/utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'site') diff --git a/site/src/utils.ts b/site/src/utils.ts index 6e71c9c..11b9e00 100644 --- a/site/src/utils.ts +++ b/site/src/utils.ts @@ -19,7 +19,7 @@ export const getGameTitle = (gameId: string) => { if (lowerCaseGameId.startsWith("taiko")) return "Taiko no Tatsujin"; if (lowerCaseGameId.startsWith("wacca")) return "WACCA PLUS"; if (lowerCaseGameId.startsWith("museca")) return "MÚSECA PLUS"; - if (lowerCaseGameId.startsWith("rb_deluxe")) return "REFLEC BEAT DELUXE PLUS"; + if (lowerCaseGameId.startsWith("reflec_beat")) return "REFLEC BEAT DELUXE PLUS"; return gameId.toUpperCase(); -- cgit v1.2.3