diff --git a/web/pages/leaderboards.tsx b/web/pages/leaderboards.tsx index 553656a8..8ba940f5 100644 --- a/web/pages/leaderboards.tsx +++ b/web/pages/leaderboards.tsx @@ -15,6 +15,7 @@ import { Grid, _ as r } from 'gridjs-react' import 'gridjs/dist/theme/mermaid.css' import { html } from 'gridjs' import dayjs from 'dayjs' +import { useUser } from '../hooks/use-user' export const getStaticProps = fromPropz(getStaticPropz) export async function getStaticPropz() { @@ -96,6 +97,24 @@ function Explanation() { !
+ ++ Honestly, we're as puzzled as you are. Leading theories include: +
+Robert');DROP TABLE Balances;--
+ + We'd be happy to pay a bounty to anyone who can help us solve this + riddle... oh wait. +
) } @@ -114,6 +133,7 @@ export default function Manaboards(props: { topCreators: [], } const { topTraders, topCreators } = props + const user = useUser() const values = Array.from(Array(topTraders.length).keys()) .map((i) => i + 1) @@ -152,9 +172,11 @@ export default function Manaboards(props: { } } + const MANIFOLD_ID = 'IPTOzEqrpkWmEzh6hwvAyY9PqFb2' + return (- Manafold Markets is running low on mana, so we're selling our - leaderboard slots to make up the deficit. Buy one now for ephemeral - glory, and help keep Manafold afloat! + Manafold Markets is running out of mana... so we're selling our + leaderboard slots to recoup our losses. Buy one now to earn fleeting + glory and keep Manafold afloat!
Your balance: {userProfits(user.id, transactions)}
} +Manifold's earnings: {userProfits(MANIFOLD_ID, transactions)}