aboutsummaryrefslogtreecommitdiffstats
path: root/site/src/utils.ts
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-04-17 21:19:06 -0700
committerPinapelz <yukais@pinapelz.com>2025-04-17 21:19:06 -0700
commit032ef0945725627a98c5419ccf93ff407be15f03 (patch)
tree107aca0989c208c221ec575f9862f0e3c11c6423 /site/src/utils.ts
parent9ec17b13c9b97febcde6c7b04ea57ec6a060b778 (diff)
frontend: show tab for taiko no tatsujin
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 412b4d5..77a1aa1 100644
--- a/site/src/utils.ts
+++ b/site/src/utils.ts
@@ -16,6 +16,7 @@ export const getGameTitle = (gameId: string) => {
if (lowerCaseGameId.startsWith("nostalgia")) return "NOSTALGIA";
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";
return gameId.toUpperCase();
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage