From 9098a460fed37a747afafa7a5ad618150007808b Mon Sep 17 00:00:00 2001 From: sairaj mote Date: Sat, 15 Apr 2023 03:42:46 +0530 Subject: [PATCH] UI fixes --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 874c5a4..2103372 100644 --- a/index.html +++ b/index.html @@ -832,19 +832,19 @@ ${minAmount ? html`
Min. Subscription Amount
-

${formatAmount(minAmount, 'usd')}

+

${formatAmount(minAmount, 'usd')} ${token}

`: ''} ${maxAmount ? html`
Max. Subscription Amount
-

${formatAmount(maxAmount, 'usd')}

+

${formatAmount(maxAmount, 'usd')} ${token}

`: ''} ${participationFees ? html`
Participation Fees
-

${formatAmount(participationFees, 'usd')}

+

${formatAmount(participationFees, 'usd')} ${token}

`: ''} ${contractType === 'one-time-event' ? html`