From bc8b78a01bf10596b0f3649fcdb15810c2ddc4d4 Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 5 Aug 2021 02:41:52 +0900 Subject: [PATCH] Update page titles in index.*.html and SEO service --- frontend/src/app/services/seo.service.ts | 2 -- frontend/src/index.bisq.html | 2 +- frontend/src/index.liquid.html | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) 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 @@ - Bisq Markets + mempool - Bisq Markets diff --git a/frontend/src/index.liquid.html b/frontend/src/index.liquid.html index fae0f5496..c00d5b2ec 100644 --- a/frontend/src/index.liquid.html +++ b/frontend/src/index.liquid.html @@ -2,7 +2,7 @@ - Liquid Explorer by mempool + mempool - Liquid Network