aboutsummaryrefslogtreecommitdiffstats
path: root/site/src/components/TitleBar.tsx
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-04-22 17:36:13 -0700
committerPinapelz <yukais@pinapelz.com>2025-04-22 17:36:13 -0700
commit4583d95b06071b637cf6794f332b099d30b9a5c3 (patch)
tree4df38a9c3d353e1cad4b54ca917b24e9af09881b /site/src/components/TitleBar.tsx
parent7b5ae11e469c762ed8145cf74bd1c67d9002c52b (diff)
add support for mus_plus
Diffstat (limited to 'site/src/components/TitleBar.tsx')
-rw-r--r--site/src/components/TitleBar.tsx5
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" },
+ ],
},
];
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage