Stephen's feedback: change 🔥 => 24h vol in card

This commit is contained in:
jahooma 2022-01-09 17:59:37 -06:00
parent 7528ac0604
commit 179fa8c608

View File

@ -109,7 +109,7 @@ export function AbbrContractDetails(props: {
<div></div>
{showHotVolume ? (
<div className="whitespace-nowrap">
{formatMoney(volume24Hours)} 🔥
{formatMoney(volume24Hours)} 24h vol
</div>
) : (
<div className="whitespace-nowrap">{formatMoney(truePool)} pool</div>