Lightning dashboard -> Lightning network
This commit is contained in:
parent
24c8ae2002
commit
1a2c0b7843
@ -21,7 +21,7 @@ export class LightningDashboardComponent implements OnInit {
|
|||||||
) { }
|
) { }
|
||||||
|
|
||||||
ngOnInit(): void {
|
ngOnInit(): void {
|
||||||
this.seoService.setTitle($localize`Lightning Dashboard`);
|
this.seoService.setTitle($localize`Lightning Network`);
|
||||||
|
|
||||||
this.nodesRanking$ = this.lightningApiService.getNodesRanking$().pipe(share());
|
this.nodesRanking$ = this.lightningApiService.getNodesRanking$().pipe(share());
|
||||||
this.statistics$ = this.lightningApiService.getLatestStatistics$().pipe(share());
|
this.statistics$ = this.lightningApiService.getLatestStatistics$().pipe(share());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user