Set index.html metadata and SEO service title for liquid.network

This commit is contained in:
wiz
2021-08-02 21:30:29 +09:00
parent 9fef670b75
commit 814a44047f
2 changed files with 5 additions and 3 deletions

View File

@@ -27,6 +27,8 @@ export class SeoService {
}
getTitle(): string {
if (this.network === 'liquid')
return 'Liquid Explorer by mempool';
return 'mempool - ' + (this.network ? this.ucfirst(this.network) : 'Bitcoin') + ' Explorer';
}