From 7e277bad5bd730947bb4b47cdb4ae362451cfb8a Mon Sep 17 00:00:00 2001
From: Pinapelz
Date: Tue, 20 May 2025 02:46:48 -0700
Subject: frontend: convert titlebar menus to full page game selector
- due to growing number of games supported
---
site/src/components/GameNotes.tsx | 14 ++++++++++++++
1 file changed, 14 insertions(+)
(limited to 'site/src/components/GameNotes.tsx')
diff --git a/site/src/components/GameNotes.tsx b/site/src/components/GameNotes.tsx
index 82f1629..4f5396b 100644
--- a/site/src/components/GameNotes.tsx
+++ b/site/src/components/GameNotes.tsx
@@ -398,5 +398,19 @@ export const GameNotes = (isMoe: boolean): Record => ({
*Not in main feed as date data is unavailable from this source
>
+ ),
+ wmmt: (
+ <>
+
+ Singular news feed for NA, ASIA/OCE, and JPN
+
+
+ All regions run different versions of the game
+
+ >
)
});
--
cgit v1.2.3