diff options
| author | pinapelz <pinapelz@pendora.bicorn-toad.ts.net> | 2025-09-29 17:41:31 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-09-30 09:32:57 -0700 |
| commit | e81d5213da85cad3bd1b8bb5b10e3871c03f6ba9 (patch) | |
| tree | bd467e215ccee4c9db7959bd6d86df3a00e6157e /site | |
| parent | 9d11d287977ff419271f0475bad8bfd6b524f68f (diff) | |
add ddr note, gold cabs follow JP maint
Diffstat (limited to 'site')
| -rw-r--r-- | site/src/components/GameNotes.tsx | 24 |
1 files changed, 17 insertions, 7 deletions
diff --git a/site/src/components/GameNotes.tsx b/site/src/components/GameNotes.tsx index faffe64..b9ab8c6 100644 --- a/site/src/components/GameNotes.tsx +++ b/site/src/components/GameNotes.tsx @@ -1,5 +1,10 @@ import React from "react"; -import { NesicaMaintenancePopup, EamuseMaintenancePopup, AimeIntlMaintenanceInfo, AllnetPrivateServerWarning } from "./NoteModals"; +import { + NesicaMaintenancePopup, + EamuseMaintenancePopup, + AimeIntlMaintenanceInfo, + AllnetPrivateServerWarning, +} from "./NoteModals"; export const GameNotes = (isMoe: boolean): Record<string, React.ReactNode> => ({ sdvx: ( @@ -29,7 +34,8 @@ export const GameNotes = (isMoe: boolean): Record<string, React.ReactNode> => ({ <> <ul className={`mt-2 ${isMoe ? "text-pink-900" : "text-white"}`}> <li> - • [USA] Certain e-amusement features such as video upload unavailable{" "} + • [USA] Certain e-amusement features such as video upload + unavailable{" "} </li> </ul> <div className="flex justify-center"> @@ -114,6 +120,8 @@ export const GameNotes = (isMoe: boolean): Record<string, React.ReactNode> => ({ <br /> Online Cabinets in non-supported regions (CAN/EU/AUS) are on private networks which run older data + <br /> + Note that USA GOLD cabinets follow Japanese daily maintenance schedule. </p> </> ), @@ -206,7 +214,7 @@ export const GameNotes = (isMoe: boolean): Record<string, React.ReactNode> => ({ You are on a private network if the cabinet is not in Japan </p> <div className="flex justify-center"> - <AllnetPrivateServerWarning isMoe={isMoe} /> + <AllnetPrivateServerWarning isMoe={isMoe} /> </div> </> ), @@ -244,7 +252,7 @@ export const GameNotes = (isMoe: boolean): Record<string, React.ReactNode> => ({ </a> </p> <div className="flex justify-center"> - <AllnetPrivateServerWarning isMoe={isMoe} /> + <AllnetPrivateServerWarning isMoe={isMoe} /> </div> </> ), @@ -350,12 +358,14 @@ export const GameNotes = (isMoe: boolean): Record<string, React.ReactNode> => ({ <p className={`mt-3 ${isMoe ? "text-pink-800" : "text-white"} text-center`} > - A continuation of the abandoned iOS version of REFLEC BEAT (REFLEC BEAT plus) + A continuation of the abandoned iOS version of REFLEC BEAT (REFLEC BEAT + plus) </p> <p className={`mt-3 ${isMoe ? "text-pink-800" : "text-pink-300"} text-right`} > - Needs to be sideloaded once you get a hold of the IPA. Network features supported. iOS ONLY + Needs to be sideloaded once you get a hold of the IPA. Network features + supported. iOS ONLY </p> <p className={`mt-3 ${isMoe ? "text-pink-800" : "text-pink-300"} text-right`} @@ -391,5 +401,5 @@ export const GameNotes = (isMoe: boolean): Record<string, React.ReactNode> => ({ All regions run different versions of the game </p> </> - ) + ), }); |
