aboutsummaryrefslogtreecommitdiffstats
path: root/site/src/components/TitleBar.tsx
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-04-14 16:43:06 -0700
committerPinapelz <yukais@pinapelz.com>2025-04-14 16:43:06 -0700
commit212b248c6de1f30e51d680e278b52d389fda3b23 (patch)
treed03c2602623f25ee259c94b2038924e403900ea2 /site/src/components/TitleBar.tsx
parent9ffb79ae1764368e863efcbd74f6e6c11f8c58b5 (diff)
frontend: add maimai DX intl and ongeki to titlebar selector
Diffstat (limited to 'site/src/components/TitleBar.tsx')
-rw-r--r--site/src/components/TitleBar.tsx6
1 files changed, 4 insertions, 2 deletions
diff --git a/site/src/components/TitleBar.tsx b/site/src/components/TitleBar.tsx
index 43976c1..a3f3fa1 100644
--- a/site/src/components/TitleBar.tsx
+++ b/site/src/components/TitleBar.tsx
@@ -21,8 +21,10 @@ const TitleBar: React.FC = () => {
{
name: "SEGA",
games: [
- { id: "chunithm_jp", title: "CHUNITHM (JPN)" },
- { id: "maimaidx_jp", title: "maimai DX (JPN)" },
+ { id: "chunithm_jp", title: "CHUNITHM (JAPAN)" },
+ { id: "maimaidx_jp", title: "maimai DX (JAPAN)" },
+ { id: "maimaidx_intl", title: "maimai DX (INTERNATIONAL)"},
+ { id: "ongeki_jp", title: "O.N.G.E.K.I"},
]
}
];
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage