From 59f9eec417d7c4284e1b5763266edf78d7f89090 Mon Sep 17 00:00:00 2001 From: sairaj mote Date: Fri, 8 Sep 2023 05:19:55 +0530 Subject: [PATCH] Bug fix and UX improvement --- index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index ac341f3..191dc24 100644 --- a/index.html +++ b/index.html @@ -551,8 +551,8 @@

${interest * 100}% p.a

-
Loan to collateral ratio
-

${loan_collateral_ratio * 100}%

+
Collateral required
+

${parseFloat((1 / loan_collateral_ratio).toFixed(2))}x

Pre-liquidation threshold
@@ -1386,12 +1386,12 @@ `: ''} ${view === 'coBorrowed' && coBorrowed.length ? html` `: html``} ${view === 'lent' && lent.length ? html` `: html``} ${view === 'lend' ? html`