Update page titles in index.*.html and SEO service

This commit is contained in:
wiz
2021-08-05 02:41:52 +09:00
parent c6e72be483
commit bc8b78a01b
3 changed files with 2 additions and 4 deletions

View File

@@ -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';
}