From b177e12517ee4a5024c795b70e22d4575f7730af Mon Sep 17 00:00:00 2001 From: netpro2k Date: Thu, 26 Aug 2021 21:38:16 -0700 Subject: [PATCH] Add $CLOUT tooltips to wallet page --- src/app/wallet/wallet.component.html | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/src/app/wallet/wallet.component.html b/src/app/wallet/wallet.component.html index 990de6dbc..b0771e963 100644 --- a/src/app/wallet/wallet.component.html +++ b/src/app/wallet/wallet.component.html @@ -6,7 +6,10 @@
Wallet
-
≈ {{ globalVars.nanosToUSD(globalVars.loggedInUser.BalanceNanos + totalValue(), 2) }} USD Total
+
+ ≈ {{ globalVars.nanosToUSD(globalVars.loggedInUser.BalanceNanos + totalValue(), 2) }} USD Total +
@@ -209,7 +212,9 @@
-
+
{{ globalVars.nanosToUSD(creator.ProfileEntryResponse.CoinPriceBitCloutNanos, 2) }}
@@ -217,7 +222,12 @@
-
+