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`