better wording

This commit is contained in:
sairaj mote 2023-06-11 23:56:53 +05:30
parent a19e95d06b
commit 258d9761bd

View File

@ -1022,11 +1022,11 @@
</div> </div>
<div class="grid align-center gap-1 flex-1" style="grid-template-columns: repeat(auto-fill, minmax(8rem, 1fr))"> <div class="grid align-center gap-1 flex-1" style="grid-template-columns: repeat(auto-fill, minmax(8rem, 1fr))">
<div> <div>
<h5 class="label">Input amount</h5> <h5 class="label">Sent</h5>
<b>${formatAmount(participationAmount, 'usd')} ${acceptingToken}</b> <b>${formatAmount(participationAmount, 'usd')} ${acceptingToken}</b>
</div> </div>
<div> <div>
<h5 class="label">Output amount</h5> <h5 class="label">Received</h5>
<b>${formatAmount(swapAmount, 'usd')} ${sellingToken}</b> <b>${formatAmount(swapAmount, 'usd')} ${sellingToken}</b>
</div> </div>
<div> <div>