From dc279404b1f6e371d6d7acd1380a265762e60218 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Mon, 14 Apr 2025 01:56:18 -0700 Subject: add maimai DX JPN scraping --- site/src/components/TitleBar.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'site/src/components/TitleBar.tsx') diff --git a/site/src/components/TitleBar.tsx b/site/src/components/TitleBar.tsx index bf79191..d7cd1bf 100644 --- a/site/src/components/TitleBar.tsx +++ b/site/src/components/TitleBar.tsx @@ -21,7 +21,8 @@ const TitleBar: React.FC = () => { { name: "SEGA", games: [ - { id: "chunithm_jp", title: "CHUNITHM JPN" }, + { id: "chunithm_jp", title: "CHUNITHM (JPN)" }, + { id: "chunithm_jp", title: "maimai DX (JPN)" }, ] } ]; @@ -116,4 +117,4 @@ const TitleBar: React.FC = () => { ); }; -export default TitleBar; \ No newline at end of file +export default TitleBar; -- cgit v1.2.3