diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-04-17 18:33:33 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-04-17 18:33:33 -0700 |
| commit | 4d84014f7c69e3a8074f47f2fd7688af90feeb01 (patch) | |
| tree | 332eef04ee31de5069ef5631186fcd736676403f /site/src/utils.ts | |
| parent | a87715649b4fdfbd549aad493fb262f91f563325 (diff) | |
frontend: add image gallery and MUSIC DIVER
Diffstat (limited to 'site/src/utils.ts')
| -rw-r--r-- | site/src/utils.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/site/src/utils.ts b/site/src/utils.ts index 34d4049..412b4d5 100644 --- a/site/src/utils.ts +++ b/site/src/utils.ts @@ -15,6 +15,7 @@ export const getGameTitle = (gameId: string) => { if (lowerCaseGameId.startsWith("gitadora")) return "GITADORA"; if (lowerCaseGameId.startsWith("nostalgia")) return "NOSTALGIA"; if (lowerCaseGameId.startsWith("popn_music")) return "pop'n music"; + if (lowerCaseGameId.startsWith("music_diver")) return "MUSIC DIVER"; return gameId.toUpperCase(); |
