diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-04-17 12:57:56 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-04-17 12:57:56 -0700 |
| commit | 1684d8ce9a7aa90a98993cffa26fec8280a4d4c4 (patch) | |
| tree | 038a51fe2562862c0d8dd5c0a22f3b78d26d9b40 /site/src/components | |
| parent | 609cab37a8bea1bd78b678581d9ed2f9c4baea1b (diff) | |
frontend: shorten DDR title in titlebar
Diffstat (limited to 'site/src/components')
| -rw-r--r-- | site/src/components/TitleBar.tsx | 2 |
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"}, |
