Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ponderingdemocritus committed Sep 11, 2024
1 parent 6111876 commit bb07c21
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -212,11 +212,11 @@ export default function TokenActionsMakeBid({
<div className="">
<div className="flex justify-between">
<div className="text-sm text-gray-500">Starting price</div>
<div className="text-sm text-gray-500">{price} ETH</div>
<div className="text-sm text-gray-500">{price} LORDS</div>
</div>
<div className="flex justify-between">
<div className="text-sm text-gray-500">Reserve price</div>
<div className="text-sm text-gray-500">{reservePrice} ETH</div>
<div className="text-sm text-gray-500">{reservePrice} LORDS</div>
</div>
</div>
<Form {...form}>
Expand Down

0 comments on commit bb07c21

Please sign in to comment.