diff options
Diffstat (limited to 'site/src/components')
| -rw-r--r-- | site/src/components/TitleBar.tsx | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/site/src/components/TitleBar.tsx b/site/src/components/TitleBar.tsx index 2f7e3c1..8894ced 100644 --- a/site/src/components/TitleBar.tsx +++ b/site/src/components/TitleBar.tsx @@ -16,7 +16,11 @@ const TitleBar: React.FC = () => { games: [ { id: "iidx", title: "beatmania IIDX" }, { id: "sdvx", title: "SOUND VOLTEX" }, - { id: "ddr", title: "DanceDanceRevolution"} + { id: "ddr", title: "DanceDanceRevolution"}, + { id: "jubeat", title: "jubeat"}, + { id: "popn_music", title: "pop'n music"}, + { id: "nostalgia", title: "NOSTALGIA"}, + { id: "gitadora", title: "GITADORA"} ], }, { |
