From 27744272ecbf999f1ab1be19a09aeb06f9eb4d5c Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Sat, 19 Apr 2025 14:19:16 -0700 Subject: the moekyun special update --- site/src/components/GameNotes.tsx | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 site/src/components/GameNotes.tsx (limited to 'site/src/components/GameNotes.tsx') diff --git a/site/src/components/GameNotes.tsx b/site/src/components/GameNotes.tsx new file mode 100644 index 0000000..0a72d01 --- /dev/null +++ b/site/src/components/GameNotes.tsx @@ -0,0 +1,17 @@ +import React from "react"; + +export const GameNotes = (isMoe: boolean): Record => ({ + sdvx: ( + <> + +

+ Official e-amusement service in NA available only at Round1 USA +
+ Cabinets in Canada/Europe/Australia are on non-official private networks which are running older data +

+ + ), +}); -- cgit v1.2.3