Update title to - "<network> Explorer"

This commit is contained in:
softsimon
2020-08-12 14:04:04 +07:00
parent 2d02ec7092
commit b1c8166936
11 changed files with 22 additions and 19 deletions

View File

@@ -72,7 +72,7 @@ export class BisqTransactionsComponent implements OnInit {
) { }
ngOnInit(): void {
this.seoService.setTitle('Transactions', true);
this.seoService.setTitle('Transactions');
this.radioGroupForm = this.formBuilder.group({
txTypes: [this.txTypesDefaultChecked],