From 032ef0945725627a98c5419ccf93ff407be15f03 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Thu, 17 Apr 2025 21:19:06 -0700 Subject: frontend: show tab for taiko no tatsujin --- site/src/utils.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'site/src/utils.ts') 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(); -- cgit v1.2.3