diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-04-17 00:07:40 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-04-17 00:09:26 -0700 |
| commit | 301a47f11ac8dd93d722c75ae606ea2d123e8a63 (patch) | |
| tree | 12fa27d01d63db052c5ed2d990728c9d071644ed /site/src | |
| parent | 0687ba184d1baec0a38fa9bf58a8f015febb6262 (diff) | |
fix: merge formatting issue
thanks a lot git
Diffstat (limited to 'site/src')
| -rw-r--r-- | site/src/utils.ts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/site/src/utils.ts b/site/src/utils.ts index f148215..7bf4648 100644 --- a/site/src/utils.ts +++ b/site/src/utils.ts @@ -10,11 +10,7 @@ export const getGameTitle = (gameId: string) => { 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)" -<<<<<<< Updated upstream - if (lowerCaseGameId.startsWIth("ddr")) return "DanceDanceRevolution" -======= if (lowerCaseGameId.startsWith("ddr")) return "DanceDanceRevolution" ->>>>>>> Stashed changes return gameId.toUpperCase(); }; |
