Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ponderingdemocritus committed Dec 5, 2024
1 parent 7cb7ad3 commit d2367c4
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,15 +121,15 @@ export default function AcceptOfferDialog({
<div className="text-xl font-semibold">
<div className="flex items-center justify-between">
<p>Earning details</p>
<p>--- ETH</p>
<p>--- LORDS</p>
</div>
<div className="mt-2 flex items-center justify-between text-sm font-medium text-muted-foreground">
<p>Arkmarket fees 2%</p>
<p>-- ETH</p>
<p>-- LORDS</p>
</div>
<div className="mt-0.5 flex items-center justify-between text-sm font-medium text-muted-foreground">
<p>Creator royalties 2%</p>
<p>-- ETH</p>
<p>-- LORDS</p>
</div>
</div>
</div>
Expand Down

0 comments on commit d2367c4

Please sign in to comment.