From 5e409621da365974fbf15d66cdc7e7b1b4b49cc6 Mon Sep 17 00:00:00 2001 From: sairaj mote Date: Tue, 21 Feb 2023 04:18:31 +0530 Subject: [PATCH] UI tweaks --- index.html | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/index.html b/index.html index 36cbe94..1675ad7 100644 --- a/index.html +++ b/index.html @@ -3509,11 +3509,13 @@ ${icon}
-
-
${transactionReceiver}
+
+
+
${transactionReceiver}
+ +
${formatAmount(tokenAmount)}
-
View details @@ -3648,12 +3650,14 @@ ${icon}
-
-
-
${transactionReceiver}
+
+
+
+
${transactionReceiver}
+ +
${formatAmount(amount, 'btc')}
-
View details @@ -3873,9 +3877,9 @@ }) resolve(allTransactions) }).catch(error => { - // reject(tempTransactions) reject(error) }) + // resolve(tempTransactions) }) }