diff --git a/index.html b/index.html index 8055887..a353579 100644 --- a/index.html +++ b/index.html @@ -2809,7 +2809,7 @@ switch (contractSubType) { case 'time-trigger': floData = `send ${participationAmount} ${tokenIdentification}# to ${contractName}@` - description = `You have participated in the event. Check out details here` + description = html`You have participated in the event. Check out details here` break case 'external-trigger': const userChoice = getRef('smart_contract_participate_form').querySelector('input[name="choice"]:checked').value