diff options
| -rw-r--r-- | site/src/components/GameNotes.tsx | 14 | ||||
| -rw-r--r-- | site/src/pages/Homepage.tsx | 2 |
2 files changed, 8 insertions, 8 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> </> ), diff --git a/site/src/pages/Homepage.tsx b/site/src/pages/Homepage.tsx index 6cee80a..d7919b4 100644 --- a/site/src/pages/Homepage.tsx +++ b/site/src/pages/Homepage.tsx @@ -65,7 +65,7 @@ export default function Home() { ) : ( <div className={`${isMoe ? "bg-pink-200 text-pink-900" : "bg-gray-800 text-white"} rounded-lg p-6 text-center shadow-lg`}> <h1 className="text-2xl font-bold">Welcome to 573-UPDATES</h1> - <img src="/xiatian.webp" className="w-48 mx-auto mb-2 object-contain rounded-2xl" /> + <img src="/xiatian.webp" className="w-48 mx-auto mb-2 object-contain rounded-2xl animate-floating" /> <p>News and Information for various arcade games is aggregated here!</p> <p className="mt-2"> Please see the{" "} |
