diff options
Diffstat (limited to 'site/src/components/TitleBar.tsx')
| -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(() => { |
