diff --git a/pages/sr/leaderboards/index.tsx b/pages/sr/leaderboards/index.tsx index 9a95c9e0c..5c0658d11 100644 --- a/pages/sr/leaderboards/index.tsx +++ b/pages/sr/leaderboards/index.tsx @@ -16,6 +16,7 @@ import { Plural, Trans } from "@lingui/macro"; import { useLingui } from "@lingui/react"; import { SalmonRunRecordCategory } from "@prisma/client"; import LinkButton from "components/common/LinkButton"; +import MyLink from "components/common/MyLink"; import { Table, TableBody, @@ -194,8 +195,13 @@ const SalmonRunLeaderboardsPage = ({}) => { my={4} justify="center" > - - {user.username}#{user.discriminator} + + + {user.username}#{user.discriminator} + ))} diff --git a/pages/sr/player/[id].tsx b/pages/sr/player/[id].tsx index d6037efcf..e44b33f6f 100644 --- a/pages/sr/player/[id].tsx +++ b/pages/sr/player/[id].tsx @@ -20,7 +20,7 @@ interface Props { } const SalmonRunPlayerPage = (props: Props) => { - const { gray } = useMyTheme(); + const { gray, secondaryBgColor } = useMyTheme(); const user = props.user!; return ( @@ -71,7 +71,7 @@ const SalmonRunPlayerPage = (props: Props) => { ) .map((record) => ( - + {record.rotation.stage}