From 0d74765108381e1b82b4706af7df3f09a092ab35 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Tue, 15 Apr 2025 01:43:09 -0700 Subject: frontend: add support for CHUNITHM INTERNATIONAL --- site/src/components/TitleBar.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'site/src/components') 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"}, -- cgit v1.2.3