Prepend network name to title when on testnet or liquid.
This commit is contained in:
@@ -60,7 +60,7 @@ export class AddressComponent implements OnInit, OnDestroy {
|
||||
this.transactions = null;
|
||||
document.body.scrollTo(0, 0);
|
||||
this.addressString = params.get('id') || '';
|
||||
this.seoService.setTitle('Address: ' + this.addressString);
|
||||
this.seoService.setTitle('Address: ' + this.addressString, true);
|
||||
|
||||
return merge(
|
||||
of(true),
|
||||
|
||||
Reference in New Issue
Block a user