Update leaderboards.tsx (#314)

Renamed top creators header from "market volume" to "market liquidity".
This commit is contained in:
SirSaltyy 2022-05-24 14:05:12 +01:00 committed by GitHub
parent 8cedf93901
commit d19d60eb6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,7 +50,7 @@ export default function Leaderboards(props: {
users={topCreators}
columns={[
{
header: 'Market volume',
header: 'Market liquidity',
renderCell: (user) => formatMoney(user.creatorVolumeCached),
},
]}