Stephen's feedback: change 🔥 => 24h vol in card
This commit is contained in:
parent
7528ac0604
commit
179fa8c608
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user