diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-05-20 02:46:48 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-05-20 02:48:26 -0700 |
| commit | 7e277bad5bd730947bb4b47cdb4ae362451cfb8a (patch) | |
| tree | 2e4f6c193ab6b3a07375998e555a9b5f9c5c6bc9 /site/src/components/GameNotes.tsx | |
| parent | e8f0e9715595c3f115c5fb72f98aedd6b608ccbd (diff) | |
frontend: convert titlebar menus to full page game selector
- due to growing number of games supported
Diffstat (limited to 'site/src/components/GameNotes.tsx')
| -rw-r--r-- | site/src/components/GameNotes.tsx | 14 |
1 files changed, 14 insertions, 0 deletions
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<string, React.ReactNode> => ({ *Not in main feed as date data is unavailable from this source </p> </> + ), + wmmt: ( + <> + <p + className={`mt-3 ${isMoe ? "text-pink-800" : "text-white"} text-center`} + > + Singular news feed for NA, ASIA/OCE, and JPN + </p> + <p + className={`mt-3 ${isMoe ? "text-pink-800" : "text-pink-300"} text-right`} + > + All regions run different versions of the game + </p> + </> ) }); |
