From 4d84014f7c69e3a8074f47f2fd7688af90feeb01 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Thu, 17 Apr 2025 18:33:33 -0700 Subject: frontend: add image gallery and MUSIC DIVER --- site/src/components/TitleBar.tsx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'site/src/components/TitleBar.tsx') diff --git a/site/src/components/TitleBar.tsx b/site/src/components/TitleBar.tsx index f656429..cd3abf6 100644 --- a/site/src/components/TitleBar.tsx +++ b/site/src/components/TitleBar.tsx @@ -33,6 +33,12 @@ const TitleBar: React.FC = () => { { id: "ongeki_jp", title: "O.N.G.E.K.I" }, ], }, + { + name: "TAITO", + games: [ + { id: "music_diver", title: "MUSIC DIVER" }, + ], + }, ]; useEffect(() => { -- cgit v1.2.3