aboutsummaryrefslogtreecommitdiffstats
path: root/site/src/components/GameNotes.tsx
blob: 0a72d01765c7d010f43d543616d00437c22f23cd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
import React from "react";

export const GameNotes = (isMoe: boolean): Record<string, React.ReactNode> => ({
  sdvx: (
    <>
      <ul className={`mt-2 ${isMoe ? "text-pink-900" : "text-white"}`}>
        <li>• [USA] PREMIUM GENERATOR gacha available only ONLINE</li>
        <li>• VP/VOLTEFACTORY rewards only in Japan</li>
      </ul>
      <p className={`mt-3 ${isMoe ? "text-pink-800" : "text-pink-300"} text-right`}>
        Official e-amusement service in NA available only at Round1 USA
        <br />
        Cabinets in Canada/Europe/Australia are on non-official private networks which are running older data
      </p>
    </>
  ),
});
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage