mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-07-17 01:05:21 -05:00
parent
0bc3b9f8ba
commit
259ee97fe1
|
|
@ -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 |
Loading…
Reference in New Issue
Block a user