diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-04-19 22:25:01 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-04-19 22:25:01 -0700 |
| commit | b49bad14418ba413fbcea2270dd19800461ce3fd (patch) | |
| tree | 22eab24cf5551a31783e88dc44b08e4481963e40 /site/src/components | |
| parent | 57671a1ca530f2102ddb1945d8c85719da6fe5fe (diff) | |
fix phrasing issue in GameNotes
Diffstat (limited to 'site/src/components')
| -rw-r--r-- | site/src/components/GameNotes.tsx | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/site/src/components/GameNotes.tsx b/site/src/components/GameNotes.tsx index ea840c8..91676fc 100644 --- a/site/src/components/GameNotes.tsx +++ b/site/src/components/GameNotes.tsx @@ -84,7 +84,7 @@ export const GameNotes = (isMoe: boolean): Record<string, React.ReactNode> => ({ <p className={`mt-3 ${isMoe ? "text-pink-800" : "text-pink-300"} text-right`}> Official e-amusement service in NA available only at Round1 USA <br /> - Online Cabinets in non-supported regions (CAN/EU/AUS) are on private networks which are running older data + Online Cabinets in non-supported regions (CAN/EU/AUS) are on private networks which run older data </p> </> ), @@ -99,7 +99,7 @@ export const GameNotes = (isMoe: boolean): Record<string, React.ReactNode> => ({ <p className={`mt-3 ${isMoe ? "text-pink-800" : "text-pink-300"} text-right`}> Official e-amusement service in NA available only at Round1 USA <br /> - Online Cabinets in non-supported regions (CAN/EU/AUS) are on private networks which are running older data + Online Cabinets in non-supported regions (CAN/EU/AUS) are on private networks which run older data </p> </> ), @@ -111,7 +111,7 @@ export const GameNotes = (isMoe: boolean): Record<string, React.ReactNode> => ({ <p className={`mt-3 ${isMoe ? "text-pink-800" : "text-pink-300"} text-right`}> Official e-amusement service in NA available only at Round1 USA <br /> - Online Cabinets in non-supported regions (CAN/EU/AUS) are on private networks which are running older data + Online Cabinets in non-supported regions (CAN/EU/AUS) are on private networks which run older data </p> </> ), @@ -123,7 +123,7 @@ export const GameNotes = (isMoe: boolean): Record<string, React.ReactNode> => ({ <p className={`mt-3 ${isMoe ? "text-pink-800" : "text-pink-300"} text-right`}> Official e-amusement service in NA available only at Round1 USA <br /> - Online Cabinets in non-supported regions (CAN/EU/AUS) are on private networks which are running older data + Online Cabinets in non-supported regions (CAN/EU/AUS) are on private networks which run older data </p> </> ), @@ -133,7 +133,7 @@ export const GameNotes = (isMoe: boolean): Record<string, React.ReactNode> => ({ Online only in Japan and Asia regions. No online service in the US (only old versions running offline-kit) </p> <p className={`mt-3 ${isMoe ? "text-pink-800" : "text-pink-300"} text-right`}> - Online Cabinets in non-supported regions (CAN/EU/AUS) are on private networks which are running older data + Online Cabinets in non-supported regions (CAN/EU/AUS) are on private networks which run older data </p> </> ), @@ -143,7 +143,7 @@ export const GameNotes = (isMoe: boolean): Record<string, React.ReactNode> => ({ Online only in Japan and Asia regions. Japan and Asia only. No online service in the US (only old versions running offline-kit) </p> <p className={`mt-3 ${isMoe ? "text-pink-800" : "text-pink-300"} text-right`}> - Online Cabinets in non-supported regions (CAN/EU/AUS) are on private networks which are running older data + Online Cabinets in non-supported regions (CAN/EU/AUS) are on private networks which run older data </p> </> ), @@ -153,7 +153,7 @@ export const GameNotes = (isMoe: boolean): Record<string, React.ReactNode> => ({ Online only in Japan and Asia regions. Japan and Asia only. No online service in the US </p> <p className={`mt-3 ${isMoe ? "text-pink-800" : "text-pink-300"} text-right`}> - Online Cabinets in non-supported regions (CAN/EU/AUS) are on private networks which are running older data + Online Cabinets in non-supported regions (CAN/EU/AUS) are on private networks which run older data </p> </> ), |
