Update nodes-rankings-dashboard.component.ts
This commit is contained in:
parent
b9e050e24b
commit
6b933c202f
@ -20,7 +20,7 @@ export class NodesRankingsDashboard implements OnInit {
|
|||||||
|
|
||||||
ngOnInit(): void {
|
ngOnInit(): void {
|
||||||
this.seoService.setTitle($localize`Top lightning nodes`);
|
this.seoService.setTitle($localize`Top lightning nodes`);
|
||||||
this.seoService.setDescription($localize`:@@meta.description.lightning.rankings-dashboard:See top Lightning network nodes ranked by liquidity, connectivity, and age.`);
|
this.seoService.setDescription($localize`:@@meta.description.lightning.rankings-dashboard:See the top Lightning network nodes ranked by liquidity, connectivity, and age.`);
|
||||||
this.nodesRanking$ = this.lightningApiService.getNodesRanking$().pipe(share());
|
this.nodesRanking$ = this.lightningApiService.getNodesRanking$().pipe(share());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user