This commit is contained in:
Austin Chen 2022-08-16 10:52:23 -07:00
parent e3e08f449c
commit 81f69fde21

View File

@ -233,7 +233,7 @@ export function BountyValue(props: {
const textColor = `text-${getColor(contract)}`
return (
<Col className={clsx(large ? 'text-3xl' : 'text-2xl', className)}>
<div className={textColor}>{formatMoney(contract.prizeTotal)}</div>
<div className={textColor}>{formatMoney(contract.totalPrizes)}</div>
<div className={clsx(textColor, large ? 'text-xl' : 'text-base')}>
bounty
</div>