diff --git a/frontend/src/app/services/seo.service.ts b/frontend/src/app/services/seo.service.ts index 1d32b124a..b93eb9d60 100644 --- a/frontend/src/app/services/seo.service.ts +++ b/frontend/src/app/services/seo.service.ts @@ -27,8 +27,6 @@ export class SeoService { } getTitle(): string { - if (this.network === 'liquid') - return 'Liquid Explorer by mempool'; return 'mempool - ' + (this.network ? this.ucfirst(this.network) : 'Bitcoin') + ' Explorer'; } diff --git a/frontend/src/index.bisq.html b/frontend/src/index.bisq.html index f71a6cea7..4369f2768 100644 --- a/frontend/src/index.bisq.html +++ b/frontend/src/index.bisq.html @@ -2,7 +2,7 @@
-