add to linking info

This commit is contained in:
Kalle (Sendou)
2020-12-13 14:50:34 +02:00
parent 6d8b3dabfc
commit 1fb5b74d45

View File

@@ -38,9 +38,10 @@ const LinkingInfoPage = ({}) => {
If you have finished a month in the Top 500 of X Rank.
</Heading>
You need the month, year, ranking and in-game name of your Top 500
placement. Note that the current ongoing month doesn't count. For
example:
<Alert status="success" variant="left-accent" mt={1}>
placement. Note that the current ongoing month doesn't count. <br />
<br />
For example:
<Alert status="success" variant="left-accent" mt={2}>
Hey Sendou I want to link my placements. I finished 456th in October
2020 Rainmaker. My name was "Mr. Example"
</Alert>
@@ -56,11 +57,14 @@ const LinkingInfoPage = ({}) => {
This one is a bit trickier. You need to find the link to your player
profile. If you have a friend you played league with that has already
linked their profile you can check their player page. You might be able
to find the link you need there.
<Alert status="success" variant="left-accent" mt={1}>
to find the link you need there. <br />
<br />
For example:
<Alert status="success" variant="left-accent" my={2}>
Hey Sendou I want to link my placements. Here is my page
https://sendou.ink/player/2307813338345724603
</Alert>
Note that placements with a power less than 2200 are not included.
</Container>
</>
);