Squash
This commit is contained in:
parent
e3e08f449c
commit
81f69fde21
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user