aboutsummaryrefslogtreecommitdiffstats
path: root/site/src/components
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-04-14 02:05:31 -0700
committerPinapelz <yukais@pinapelz.com>2025-04-14 02:05:31 -0700
commit62d058d9e1be2eb6de6f9c597d24da8c3067647d (patch)
tree57435f1b2829c300c7e90bdcbfff373f304d9d3c /site/src/components
parent4e07d7e9aae71e687d59e1562b6e6eecc34eca56 (diff)
fix: maimaidx JPN incorrect id used in frontend
Diffstat (limited to 'site/src/components')
-rw-r--r--site/src/components/TitleBar.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/src/components/TitleBar.tsx b/site/src/components/TitleBar.tsx
index d7cd1bf..7f9f6ac 100644
--- a/site/src/components/TitleBar.tsx
+++ b/site/src/components/TitleBar.tsx
@@ -22,7 +22,7 @@ const TitleBar: React.FC = () => {
name: "SEGA",
games: [
{ id: "chunithm_jp", title: "CHUNITHM (JPN)" },
- { id: "chunithm_jp", title: "maimai DX (JPN)" },
+ { id: "maimaidx_jp", title: "maimai DX (JPN)" },
]
}
];
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage