Skip to content

Commit

Permalink
lords
Browse files Browse the repository at this point in the history
  • Loading branch information
ponderingdemocritus committed Dec 5, 2024
1 parent 098c096 commit 7cb7ad3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ export default function AcceptOfferDialog({
const { convertInUsd } = usePrices();

const ethAmountInUsd = convertInUsd({
token: "lords",
amount: parseEther(formattedAmount),
});

Expand Down Expand Up @@ -98,7 +99,7 @@ export default function AcceptOfferDialog({
<div>
<div className="flex items-center justify-between text-xl font-semibold">
<p>Price</p>
<p>{formattedAmount} ETH</p>
<p>{formattedAmount} LORDS</p>
</div>
<div className="flex flex-col items-end justify-end">
<p className="text-sm font-medium text-muted-foreground">
Expand Down

0 comments on commit 7cb7ad3

Please sign in to comment.