diff options
Diffstat (limited to 'site')
| -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 |
