From 7b5ae11e469c762ed8145cf74bd1c67d9002c52b Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Tue, 22 Apr 2025 01:36:50 -0700 Subject: frontend: add wac_plus --- site/src/components/TitleBar.tsx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'site/src/components') 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(() => { -- cgit v1.2.3