Update title to - "<network> Explorer"

This commit is contained in:
softsimon
2020-08-12 14:04:04 +07:00
parent 17fc486a60
commit 4e97ab44ac
11 changed files with 22 additions and 19 deletions

View File

@@ -44,7 +44,7 @@ export class TransactionComponent implements OnInit, OnDestroy {
this.subscription = this.route.paramMap.pipe(
switchMap((params: ParamMap) => {
this.txId = params.get('id') || '';
this.seoService.setTitle('Transaction: ' + this.txId, true);
this.seoService.setTitle('Transaction: ' + this.txId);
this.resetTransaction();
return merge(
of(true),