Readd links SR guide and Overfishing Discord links

Closes #457
This commit is contained in:
Kalle (Sendou) 2021-05-05 21:34:22 +03:00
parent 0bc3b9f8ba
commit 259ee97fe1
2 changed files with 11 additions and 0 deletions

View File

@ -50,6 +50,17 @@ const SalmonRunLeaderboardsPage = ({}) => {
return (
<>
<MyHead title={t`Salmon Run Records`} />
<Flex justify="space-evenly" mb={6}>
<MyLink prefetch href="/guide/fundamentals">
Guide (Fundamentals)
</MyLink>
<MyLink prefetch href="/guide/advanced">
Guide (Advanced)
</MyLink>
<MyLink isExternal href="https://discord.gg/pXHRffE">
Overfishing Discord Server
</MyLink>
</Flex>
{pendingCount > 0 && (
<Alert status="info" mb={4}>
<AlertIcon />

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB