add tutorial on how to get acc id
This commit is contained in:
parent
c2877d8df7
commit
1699e89506
@ -205,7 +205,7 @@ export default class Home extends Component {
|
|||||||
<Spacer y={2} />
|
<Spacer y={2} />
|
||||||
<Input
|
<Input
|
||||||
underlined
|
underlined
|
||||||
labelPlaceholder="Steam Id"
|
labelPlaceholder="Steam Id / Account Id (Oculus)"
|
||||||
initialValue=""
|
initialValue=""
|
||||||
value={this.state.steamId}
|
value={this.state.steamId}
|
||||||
onChange={async (event) => {
|
onChange={async (event) => {
|
||||||
@ -216,7 +216,7 @@ export default class Home extends Component {
|
|||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
<Text>
|
<Text>
|
||||||
How to get steam id on{" "}
|
How to get account id on{" "}
|
||||||
<span>
|
<span>
|
||||||
<a href="https://cdn.fascinated.cc/f954sr22.mp4">
|
<a href="https://cdn.fascinated.cc/f954sr22.mp4">
|
||||||
BeatLeader
|
BeatLeader
|
||||||
|
Reference in New Issue
Block a user