From 609cab37a8bea1bd78b678581d9ed2f9c4baea1b Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Thu, 17 Apr 2025 12:53:24 -0700 Subject: add extended eamuse feed bemani titles to frontend --- site/src/components/TitleBar.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'site/src/components') 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"} ], }, { -- cgit v1.2.3