From 482a891cec4337786869eaa2eadba6a683b7f3f3 Mon Sep 17 00:00:00 2001 From: softsimon Date: Tue, 11 May 2021 14:37:25 +0400 Subject: [PATCH] Bisq markets: Swapping price locations --- .../bisq-main-dashboard.component.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/app/bisq/bisq-main-dashboard/bisq-main-dashboard.component.html b/frontend/src/app/bisq/bisq-main-dashboard/bisq-main-dashboard.component.html index 01ba26799..c2c6ec67f 100644 --- a/frontend/src/app/bisq/bisq-main-dashboard/bisq-main-dashboard.component.html +++ b/frontend/src/app/bisq/bisq-main-dashboard/bisq-main-dashboard.component.html @@ -6,9 +6,9 @@
-
Bisq Market Price
+
Bisq Price Index
- {{ bisqMarketPrice | currency:'USD':'symbol':'1.2-2' }} + {{ usdPrice | currency:'USD':'symbol':'1.2-2' }}
@@ -16,9 +16,9 @@
-
Bisq Price Index
+
Bisq Market Price
- {{ usdPrice | currency:'USD':'symbol':'1.2-2' }} + {{ bisqMarketPrice | currency:'USD':'symbol':'1.2-2' }}