From 279268d85ef359b9de3109ce9ed8110c6de2ab2d Mon Sep 17 00:00:00 2001 From: sairaj mote Date: Mon, 1 May 2023 01:18:30 +0530 Subject: [PATCH] UI bug fixes --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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