aboutsummaryrefslogtreecommitdiffstats
path: root/site
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-04-17 00:07:40 -0700
committerPinapelz <yukais@pinapelz.com>2025-04-17 00:09:26 -0700
commit301a47f11ac8dd93d722c75ae606ea2d123e8a63 (patch)
tree12fa27d01d63db052c5ed2d990728c9d071644ed /site
parent0687ba184d1baec0a38fa9bf58a8f015febb6262 (diff)
fix: merge formatting issue
thanks a lot git
Diffstat (limited to 'site')
-rw-r--r--site/src/utils.ts4
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();
};
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage