aboutsummaryrefslogtreecommitdiffstats
path: root/site
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-09-18 12:11:04 -0700
committerPinapelz <yukais@pinapelz.com>2025-09-18 12:11:04 -0700
commit628970c58b89c6bb993ea5f6a2a77f0295064324 (patch)
treeb7ce30d9b4051dc60eef023059a261a3cf47f969 /site
parent9c1c28b194c27bda470eefaf380b7ea12b58c31a (diff)
allnet network message improvement
Diffstat (limited to 'site')
-rw-r--r--site/src/components/GameNotes.tsx4
-rw-r--r--site/src/components/NoteModals.tsx4
2 files changed, 5 insertions, 3 deletions
diff --git a/site/src/components/GameNotes.tsx b/site/src/components/GameNotes.tsx
index 6f18649..b23da49 100644
--- a/site/src/components/GameNotes.tsx
+++ b/site/src/components/GameNotes.tsx
@@ -275,7 +275,9 @@ export const GameNotes = (isMoe: boolean): Record<string, React.ReactNode> => ({
>
(No official service in EU)
</p>
- <AllnetPrivateServerWarning isMoe={isMoe} />
+ <div className="flex justify-center">
+ <AllnetPrivateServerWarning isMoe={isMoe} />
+ </div>
</>
),
music_diver: (
diff --git a/site/src/components/NoteModals.tsx b/site/src/components/NoteModals.tsx
index fe68054..352a146 100644
--- a/site/src/components/NoteModals.tsx
+++ b/site/src/components/NoteModals.tsx
@@ -224,8 +224,8 @@ export const AllnetPrivateServerWarning: React.FC<{ isMoe: boolean }> = ({
transferrable with official service. Please take care to know the
difference.
<br /> <br />
- All information on this side refers to cabinets on the official
- network.
+ These cabinets will typically be operating an older version of the game, and be updated trailing the latest official version.
+ All information on this site refers to the official version of the game.
</p>
</div>
<div className="flex justify-end"></div>
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage