diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-04-17 21:19:06 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-04-17 21:19:06 -0700 |
| commit | 032ef0945725627a98c5419ccf93ff407be15f03 (patch) | |
| tree | 107aca0989c208c221ec575f9862f0e3c11c6423 /site/src/components | |
| parent | 9ec17b13c9b97febcde6c7b04ea57ec6a060b778 (diff) | |
frontend: show tab for taiko no tatsujin
Diffstat (limited to 'site/src/components')
| -rw-r--r-- | site/src/components/TitleBar.tsx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/site/src/components/TitleBar.tsx b/site/src/components/TitleBar.tsx index cd3abf6..33963b7 100644 --- a/site/src/components/TitleBar.tsx +++ b/site/src/components/TitleBar.tsx @@ -39,6 +39,12 @@ const TitleBar: React.FC = () => { { id: "music_diver", title: "MUSIC DIVER" }, ], }, + { + name: "BANDAI NAMCO", + games: [ + { id: "taiko", title: "TAIKO" }, + ], + }, ]; useEffect(() => { |
