-
+
diff --git a/frontend/src/app/components/liquid-reserves-audit/reserves-supply-stats/reserves-supply-stats.component.html b/frontend/src/app/components/liquid-reserves-audit/reserves-supply-stats/reserves-supply-stats.component.html
index d0a624a4f..8deeba839 100644
--- a/frontend/src/app/components/liquid-reserves-audit/reserves-supply-stats/reserves-supply-stats.component.html
+++ b/frontend/src/app/components/liquid-reserves-audit/reserves-supply-stats/reserves-supply-stats.component.html
@@ -4,9 +4,9 @@
diff --git a/frontend/src/app/dashboard/dashboard.component.html b/frontend/src/app/dashboard/dashboard.component.html
index 9603c8d93..b7e5e01d2 100644
--- a/frontend/src/app/dashboard/dashboard.component.html
+++ b/frontend/src/app/dashboard/dashboard.component.html
@@ -271,7 +271,7 @@
L-BTC in circulation
- {{ (+currentPeg.amount) / 100000000 | number: '1.2-2' }} L-BTC
+ {{ (+currentPeg.amount) / 100000000 | number: '1.2-2' }} L-BTC
diff --git a/frontend/src/app/dashboard/dashboard.component.scss b/frontend/src/app/dashboard/dashboard.component.scss
index f10c4957f..2b319c425 100644
--- a/frontend/src/app/dashboard/dashboard.component.scss
+++ b/frontend/src/app/dashboard/dashboard.component.scss
@@ -97,9 +97,6 @@
color: #ffffff66;
font-size: 12px;
}
- .liquid-color {
- color: #116761;
- }
.bitcoin-color {
color: #b86d12;
}
|