diff options
| -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"}, |
