From 1684d8ce9a7aa90a98993cffa26fec8280a4d4c4 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Thu, 17 Apr 2025 12:57:56 -0700 Subject: frontend: shorten DDR title in titlebar --- site/src/components/TitleBar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'site/src') 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"}, -- cgit v1.2.3