diff --git a/web/pages/leaderboards.tsx b/web/pages/leaderboards.tsx index da754f21..ab16a2da 100644 --- a/web/pages/leaderboards.tsx +++ b/web/pages/leaderboards.tsx @@ -7,6 +7,7 @@ import { getTopCreators, getTopTraders, User } from '../lib/firebase/users' import { formatMoney } from '../../common/util/format' import { fromPropz, usePropz } from '../hooks/use-propz' import { Manaboard } from '../components/manaboard' +import { Title } from '../components/title' export const getStaticProps = fromPropz(getStaticPropz) export async function getStaticPropz() { @@ -60,6 +61,35 @@ function Leaderboards(props: { topTraders: User[]; topCreators: User[] }) { ) } +function Explanation() { + return ( +
+ + Note: this mechanism is known as a{' '} + + Harberger Tax + + ! + +
++ 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! +
+