added tutorial on how to get steam id

This commit is contained in:
Lee 2023-01-24 21:23:28 +00:00
parent ed31a6c00e
commit 83b0833c8d
No known key found for this signature in database
GPG Key ID: BAF8F4DB8E7F38EF

@ -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