From 1d62612e7e86cd7a20449bb319ff0df5d9926b91 Mon Sep 17 00:00:00 2001 From: sairaj mote Date: Fri, 15 Dec 2023 03:20:19 +0530 Subject: [PATCH] UI fix --- index.html | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/index.html b/index.html index 65444c4..b5b869c 100644 --- a/index.html +++ b/index.html @@ -821,17 +821,6 @@ Always verify links before entering your private keys -
-

Checks we will perform

-
    -
  1. - Whether the contents of an app has been tampered with. -
  2. -
  3. - The link itself has not been tampered with. -
  4. -
-
@@ -1017,6 +1006,8 @@
`; + while (getRef('verification_form').nextElementSibling) + getRef('verification_form').nextElementSibling.remove() if (verification) { getRef('verification_form').after(html.node/*html*/`
@@ -1055,6 +1046,19 @@ function removeInvalidLinkResult() { while (getRef('verification_form').nextElementSibling) getRef('verification_form').nextElementSibling.remove() + getRef('verification_form').after( + html.node/*html*/`
+

Checks we will perform

+
    +
  1. + Whether the contents of an app has been tampered with. +
  2. +
  3. + The link itself has not been tampered with. +
  4. +
+
` + ) } function handleFilterCategory(e) { const query = getRef('dapp_search_input')?.value.trim().toLowerCase() || '';