diff --git a/web/components/contract/contract-details.tsx b/web/components/contract/contract-details.tsx index a1bb3167..f73db7d2 100644 --- a/web/components/contract/contract-details.tsx +++ b/web/components/contract/contract-details.tsx @@ -284,7 +284,7 @@ export function ExtraMobileContractDetails(props: { const { contract, user, forceShowVolume } = props const { resolvedDate } = contractMetrics(contract) const volumeTranslation = - contract.volume > 1000 ? 'High' : contract.volume > 200 ? 'Medium' : 'Low' + contract.volume > 800 ? 'High' : contract.volume > 300 ? 'Medium' : 'Low' return ( + + - {volumeTranslation} + {volumeTranslation} Activity @@ -393,7 +393,7 @@ function EditableCloseDate(props: { /> e.stopPropagation()} onChange={(e) => setCloseHoursMinutes(e.target.value)} min="00:00" diff --git a/web/components/contract/like-market-button.tsx b/web/components/contract/like-market-button.tsx index 925434c9..0fed0518 100644 --- a/web/components/contract/like-market-button.tsx +++ b/web/components/contract/like-market-button.tsx @@ -36,7 +36,7 @@ export function LikeMarketButton(props: { color={'gray-white'} onClick={onLike} > - + - Tip + Tip )