added tutorial on how to get steam id
This commit is contained in:
parent
ed31a6c00e
commit
83b0833c8d
@ -205,7 +205,7 @@ export default class Home extends Component {
|
|||||||
<Spacer y={2} />
|
<Spacer y={2} />
|
||||||
<Input
|
<Input
|
||||||
underlined
|
underlined
|
||||||
labelPlaceholder="Steam Id (NOT Username)"
|
labelPlaceholder="Steam Id"
|
||||||
initialValue=""
|
initialValue=""
|
||||||
value={this.state.steamId}
|
value={this.state.steamId}
|
||||||
onChange={async (event) => {
|
onChange={async (event) => {
|
||||||
@ -215,6 +215,20 @@ export default class Home extends Component {
|
|||||||
this.updateStorage();
|
this.updateStorage();
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
|
<Text>
|
||||||
|
How to get steam id on{" "}
|
||||||
|
<span>
|
||||||
|
<a href="https://cdn.fascinated.cc/f954sr22.mp4">
|
||||||
|
BeatLeader
|
||||||
|
</a>
|
||||||
|
</span>{" "}
|
||||||
|
or{" "}
|
||||||
|
<span>
|
||||||
|
<a href="https://cdn.fascinated.cc/uzehkvte.mp4">
|
||||||
|
ScoreSaber
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
</Text>
|
||||||
<Spacer y={1} />
|
<Spacer y={1} />
|
||||||
<Text>Ranked leaderboard</Text>
|
<Text>Ranked leaderboard</Text>
|
||||||
<Radio.Group
|
<Radio.Group
|
||||||
|
Reference in New Issue
Block a user