Skip to content

Commit

Permalink
feat: update mikado and barbatos description
Browse files Browse the repository at this point in the history
  • Loading branch information
adamaq01 committed Sep 28, 2023
1 parent 23ba94b commit 7b441b3
Showing 1 changed file with 15 additions and 10 deletions.
25 changes: 15 additions & 10 deletions client/src/app/pages/dashboard/import/ImportPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -148,11 +148,11 @@ function ImportInfoDisplayer({ game }: { game: Game }) {
} else if (game === "sdvx") {
Content.unshift(
<ImportInfoCard
name="Barbatos"
href="barbatos"
desc="Automatically import scores, whenever you get them!"
moreInfo="This is the recommended way to import SDVX scores, as it provides high quality data in real-time."
key="Barbatos"
name="Mikado"
href="mikado"
desc="Automatically import scores and dans!"
moreInfo="This is the recommended way to import SDVX scores, data is submitted after passing the score/result screen."
key="Mikado"
/>,
<ImportInfoCard
name="Konaste Hook"
Expand All @@ -162,11 +162,16 @@ function ImportInfoDisplayer({ game }: { game: Game }) {
key="Konaste Hook"
/>,
<ImportInfoCard
name="Mikado"
href="mikado"
desc="Automatically import scores, whenever you get them!" // TODO
moreInfo="What should I write here??" // TODO
key="Mikado"
name="Barbatos"
href="barbatos"
desc="Automatically import scores, whenever you get them!"
moreInfo={
<>
High quality data in real-time. <br />
Note: Only for versions up to 2022081600.
</>
}
key="Barbatos"
/>,
<ImportTypeInfoCard
key="file/eamusement-sdvx-csv"
Expand Down

0 comments on commit 7b441b3

Please sign in to comment.