diff options
Diffstat (limited to 'site/src/components/TitleBar.tsx')
| -rw-r--r-- | site/src/components/TitleBar.tsx | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/site/src/components/TitleBar.tsx b/site/src/components/TitleBar.tsx index 3018357..937fcf7 100644 --- a/site/src/components/TitleBar.tsx +++ b/site/src/components/TitleBar.tsx @@ -86,7 +86,10 @@ const TitleBar: React.FC = () => { }, { name: "COMMUNITY", - games: [{ id: "wacca_plus", title: "WACCA+" }], + games: [ + { id: "wacca_plus", title: "WACCA PLUS" }, + { id: "museca_plus", title: "MÚSECA PLUS" }, + ], }, ]; |
