aboutsummaryrefslogtreecommitdiffstats
path: root/site/src/utils.ts
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-04-15 01:43:09 -0700
committerPinapelz <yukais@pinapelz.com>2025-04-15 01:43:09 -0700
commit0d74765108381e1b82b4706af7df3f09a092ab35 (patch)
treef809513c5f2bcaf48b5716bd91691d92220cb832 /site/src/utils.ts
parentdb96364d2301c79a05998be0fcf27e6013517b22 (diff)
frontend: add support for CHUNITHM INTERNATIONAL
Diffstat (limited to 'site/src/utils.ts')
-rw-r--r--site/src/utils.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/site/src/utils.ts b/site/src/utils.ts
index f325c28..802d364 100644
--- a/site/src/utils.ts
+++ b/site/src/utils.ts
@@ -9,6 +9,7 @@ export const getGameTitle = (gameId: string) => {
if (lowerCaseGameId.startsWith("maimaidx_jp")) return "maimai DX (JAPAN)";
if (lowerCaseGameId.startsWith("maimaidx_intl")) return "maimai DX (INTERNATIONAL)";
if (lowerCaseGameId.startsWith("ongeki_jp")) return "O.N.G.E.K.I"
+ if (lowerCaseGameId.startsWith("chunithm_intl")) return "CHUNITHM (INTERNATIONAL)"
return gameId.toUpperCase();
};
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage