From 83395fc908fecd237b2df137c123c3cd91a39b68 Mon Sep 17 00:00:00 2001
From: Pinapelz
Date: Tue, 29 Apr 2025 15:39:36 -0700
Subject: frontend: add gamenotes to dance rush/around + PC
---
site/src/components/GameNotes.tsx | 42 +++++++++++++++++++++++++++++++++++++++
1 file changed, 42 insertions(+)
(limited to 'site/src/components/GameNotes.tsx')
diff --git a/site/src/components/GameNotes.tsx b/site/src/components/GameNotes.tsx
index ead08a5..0e5504a 100644
--- a/site/src/components/GameNotes.tsx
+++ b/site/src/components/GameNotes.tsx
@@ -134,6 +134,48 @@ export const GameNotes = (isMoe: boolean): Record => ({
>
),
+ dance_rush: (
+ <>
+
+
+
+
+ Official e-amusement service in NA available only at Round1 USA
+
+ Online Cabinets in non-supported regions (CAN/EU/AUS) are on private
+ networks which run older data
+
+ >
+ ),
+ dance_around: (
+ <>
+
+
+
+
+ Official e-amusement service in NA available only at Round1 USA
+
+ Online Cabinets in non-supported regions (CAN/EU/AUS) are on private
+ networks which run older data
+
+ >
+ ),
+ polaris_chord: (
+ <>
+
+
+
+
+ Official e-amusement service only in Japan.
+
+ >
+ ),
ddr: (
<>
--
cgit v1.2.3