diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-04-22 01:36:50 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-04-22 01:37:28 -0700 |
| commit | 7b5ae11e469c762ed8145cf74bd1c67d9002c52b (patch) | |
| tree | 9a279c051996bfaea46b958841cb5539935cd356 /site/src/components | |
| parent | 371ce5aba3ba8be9e00f93d3a4d36abff3e5e180 (diff) | |
frontend: add wac_plus
Diffstat (limited to 'site/src/components')
| -rw-r--r-- | site/src/components/TitleBar.tsx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/site/src/components/TitleBar.tsx b/site/src/components/TitleBar.tsx index b20beae..3018357 100644 --- a/site/src/components/TitleBar.tsx +++ b/site/src/components/TitleBar.tsx @@ -84,6 +84,10 @@ const TitleBar: React.FC = () => { name: "BANDAI NAMCO", games: [{ id: "taiko", title: "TAIKO" }], }, + { + name: "COMMUNITY", + games: [{ id: "wacca_plus", title: "WACCA+" }], + }, ]; useEffect(() => { |
