Skip to content

Commit

Permalink
fix: change last_sale currency to lords
Browse files Browse the repository at this point in the history
  • Loading branch information
MartianGreed committed Sep 17, 2024
1 parent 036a99e commit 0de1c3a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export default function CollectionItemsDataGridView({

<p className="mt-5 h-5 text-sm font-medium text-secondary-foreground">
{token.last_price ? (
<>Last sale {formatUnits(token.last_price, 18)} ETH</>
<>Last sale {formatUnits(token.last_price, 18)} LORDS</>
) : null}
</p>
</NftCardContent>
Expand Down

0 comments on commit 0de1c3a

Please sign in to comment.