Skip to content

Commit 7cb7ad3

Browse files
lords
1 parent 098c096 commit 7cb7ad3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/arkmarket/src/app/token/[contractAddress]/[tokenId]/components/accept-offer-dialog.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ export default function AcceptOfferDialog({
4343
const { convertInUsd } = usePrices();
4444

4545
const ethAmountInUsd = convertInUsd({
46+
token: "lords",
4647
amount: parseEther(formattedAmount),
4748
});
4849

@@ -98,7 +99,7 @@ export default function AcceptOfferDialog({
9899
<div>
99100
<div className="flex items-center justify-between text-xl font-semibold">
100101
<p>Price</p>
101-
<p>{formattedAmount} ETH</p>
102+
<p>{formattedAmount} LORDS</p>
102103
</div>
103104
<div className="flex flex-col items-end justify-end">
104105
<p className="text-sm font-medium text-muted-foreground">

0 commit comments

Comments
 (0)