diff --git a/frontend/src/app/components/api-docs/api-docs.component.html b/frontend/src/app/components/api-docs/api-docs.component.html
index a08c6cffc..a5988ac79 100644
--- a/frontend/src/app/components/api-docs/api-docs.component.html
+++ b/frontend/src/app/components/api-docs/api-docs.component.html
@@ -5,7 +5,7 @@
- -
+
-
General
diff --git a/frontend/src/app/components/api-docs/api-docs.component.ts b/frontend/src/app/components/api-docs/api-docs.component.ts
index 6be8bc816..7802be03c 100644
--- a/frontend/src/app/components/api-docs/api-docs.component.ts
+++ b/frontend/src/app/components/api-docs/api-docs.component.ts
@@ -1179,6 +1179,10 @@ responseSample: `{
if (document.location.port !== '') {
this.hostname = this.hostname + ':' + document.location.port;
}
+
+ this.network$.subscribe((network) => {
+ this.active = (network === 'bisq' || network === 'liquid') ? 1 : 0;
+ });
}
}
diff --git a/frontend/src/app/components/liquid-master-page/liquid-master-page.component.html b/frontend/src/app/components/liquid-master-page/liquid-master-page.component.html
index d87455d97..29b0c8fd9 100644
--- a/frontend/src/app/components/liquid-master-page/liquid-master-page.component.html
+++ b/frontend/src/app/components/liquid-master-page/liquid-master-page.component.html
@@ -35,9 +35,11 @@
-
+
-
diff --git a/frontend/src/app/dashboard/dashboard.component.html b/frontend/src/app/dashboard/dashboard.component.html
index 29603965f..f44463f58 100644
--- a/frontend/src/app/dashboard/dashboard.component.html
+++ b/frontend/src/app/dashboard/dashboard.component.html
@@ -113,7 +113,7 @@
{{ transaction.txid | shortenString : 10 }} |
- |
+ Confidential |
|
{{ transaction.fee / transaction.vsize | number : '1.1-1' }} sat/vB |