Update title to - "<network> Explorer"
This commit is contained in:
@@ -68,7 +68,7 @@ export class AssetComponent implements OnInit, OnDestroy {
|
||||
this.transactions = null;
|
||||
document.body.scrollTo(0, 0);
|
||||
this.assetString = params.get('id') || '';
|
||||
this.seoService.setTitle('Asset: ' + this.assetString, true);
|
||||
this.seoService.setTitle('Asset: ' + this.assetString);
|
||||
|
||||
return merge(
|
||||
of(true),
|
||||
|
||||
Reference in New Issue
Block a user