Skip to content

Commit

Permalink
feat: no lr2 please
Browse files Browse the repository at this point in the history
  • Loading branch information
zkrising committed Sep 12, 2023
1 parent b69ddda commit 833dd82
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/app/pages/dashboard/import/ImportPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,8 @@ function ImportInfoDisplayer({ game }: { game: Game }) {
<ImportInfoCard
name="LR2 Hook"
href="lr2hook"
desc="Automatically import scores, whenever you get them (in LR2)!"
moreInfo="This is the recommended way to import LR2 BMS scores, as it provides high quality data in real-time."
desc="Automatically import scores from LR2."
moreInfo="IMPORTANT: Bokutachi **DOES NOT** provide official support for LR2. Unless you have a *really* good reason, please use lr2oraja instead."
key="LR2 IR"
/>,
<ImportInfoCard
Expand Down
9 changes: 9 additions & 0 deletions client/src/app/pages/dashboard/import/LR2HookPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,21 @@ import ExternalLink from "components/util/ExternalLink";
import Muted from "components/util/Muted";
import { TachiConfig } from "lib/config";
import React from "react";
import { Alert } from "react-bootstrap";

export default function LR2HookPage() {
useSetSubheader(["Import Scores", "LR2 Hook"]);

return (
<div>
<Alert variant="warning">
{TachiConfig.name} <b>DOES NOT</b> officially support LR2.
<br />
This hook is provided by a community member. Please do not report issues with LR2 to
us.
<br />
Unless you have a <b>really</b> good reason, please use LR2oraja instead.
</Alert>
<h2 className="text-center mb-4">LR2 Hook Setup Instructions</h2>
<ol className="instructions-list">
<li>
Expand Down

0 comments on commit 833dd82

Please sign in to comment.