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/pages | |
| parent | 57671a1ca530f2102ddb1945d8c85719da6fe5fe (diff) | |
fix phrasing issue in GameNotes
Diffstat (limited to 'site/src/pages')
| -rw-r--r-- | site/src/pages/Homepage.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
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{" "} |
