aboutsummaryrefslogtreecommitdiffstats
path: root/site/src/components/TitleBar.tsx
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-04-14 01:56:18 -0700
committerPinapelz <yukais@pinapelz.com>2025-04-14 01:56:18 -0700
commitdc279404b1f6e371d6d7acd1380a265762e60218 (patch)
tree85444616b0c98697bf060bb932557ae323a0c9ed /site/src/components/TitleBar.tsx
parent147c36d207ca74e876b6b4703fd3f57f3ab57e56 (diff)
add maimai DX JPN scraping
Diffstat (limited to 'site/src/components/TitleBar.tsx')
-rw-r--r--site/src/components/TitleBar.tsx5
1 files changed, 3 insertions, 2 deletions
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;
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage