aboutsummaryrefslogtreecommitdiffstats
path: root/site/src/components
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-04-17 12:57:56 -0700
committerPinapelz <yukais@pinapelz.com>2025-04-17 12:57:56 -0700
commit1684d8ce9a7aa90a98993cffa26fec8280a4d4c4 (patch)
tree038a51fe2562862c0d8dd5c0a22f3b78d26d9b40 /site/src/components
parent609cab37a8bea1bd78b678581d9ed2f9c4baea1b (diff)
frontend: shorten DDR title in titlebar
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 8894ced..f656429 100644
--- a/site/src/components/TitleBar.tsx
+++ b/site/src/components/TitleBar.tsx
@@ -16,7 +16,7 @@ const TitleBar: React.FC = () => {
games: [
{ id: "iidx", title: "beatmania IIDX" },
{ id: "sdvx", title: "SOUND VOLTEX" },
- { id: "ddr", title: "DanceDanceRevolution"},
+ { id: "ddr", title: "DDR"},
{ id: "jubeat", title: "jubeat"},
{ id: "popn_music", title: "pop'n music"},
{ id: "nostalgia", title: "NOSTALGIA"},
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage