diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-09-30 00:38:07 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-09-30 00:38:07 -0700 |
| commit | 9d11d287977ff419271f0475bad8bfd6b524f68f (patch) | |
| tree | 49cad6f6c964f0b47fb41b0e3658e6ecd2a1f5f2 | |
| parent | 2c5cd31e0278e4d64c221937d0eb345bceaffe8f (diff) | |
add taiko game notes (unconfirmed)
| -rw-r--r-- | site/src/components/GameNotes.tsx | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/site/src/components/GameNotes.tsx b/site/src/components/GameNotes.tsx index e41737c..faffe64 100644 --- a/site/src/components/GameNotes.tsx +++ b/site/src/components/GameNotes.tsx @@ -364,6 +364,20 @@ export const GameNotes = (isMoe: boolean): Record<string, React.ReactNode> => ({ </p> </> ), + taiko: ( + <> + <p + className={`mt-3 ${isMoe ? "text-pink-800" : "text-white"} text-center`} + > + Information below only applies to the latest version of the game (LCD + Banapassport Reader) + </p> + <p + className={`mt-3 ${isMoe ? "text-pink-800" : "text-pink-300"} text-right`} + > + Maintenance time is 1am - 7am JST (i think?)<br/>Applies to USA cabs as well (9am - 3pm PST) + </p> + </> + ), wmmt: ( <> <p |
