diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-04-15 01:43:09 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-04-15 01:43:09 -0700 |
| commit | 0d74765108381e1b82b4706af7df3f09a092ab35 (patch) | |
| tree | f809513c5f2bcaf48b5716bd91691d92220cb832 /site/src/components/TitleBar.tsx | |
| parent | db96364d2301c79a05998be0fcf27e6013517b22 (diff) | |
frontend: add support for CHUNITHM INTERNATIONAL
Diffstat (limited to 'site/src/components/TitleBar.tsx')
| -rw-r--r-- | site/src/components/TitleBar.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/site/src/components/TitleBar.tsx b/site/src/components/TitleBar.tsx index a3f3fa1..5d8606c 100644 --- a/site/src/components/TitleBar.tsx +++ b/site/src/components/TitleBar.tsx @@ -22,6 +22,7 @@ const TitleBar: React.FC = () => { name: "SEGA", games: [ { id: "chunithm_jp", title: "CHUNITHM (JAPAN)" }, + { id: "chunithm_intl", title: "CHUNITHM (INTERNATIONAL)" }, { id: "maimaidx_jp", title: "maimai DX (JAPAN)" }, { id: "maimaidx_intl", title: "maimai DX (INTERNATIONAL)"}, { id: "ongeki_jp", title: "O.N.G.E.K.I"}, |
