Update page titles in index.*.html and SEO service
This commit is contained in:
@@ -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';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user