Add missing meta descriptions

This commit is contained in:
hunicus
2023-09-06 22:42:33 +09:00
parent 827b0f6ad1
commit 42a222338b
3 changed files with 4 additions and 1 deletions

View File

@@ -50,6 +50,7 @@ export class NodesPerISPChartComponent implements OnInit {
ngOnInit(): void {
if (!this.widget) {
this.seoService.setTitle($localize`:@@8573a1576789bd2c4faeaed23037c4917812c6cf:Lightning Nodes Per ISP`);
this.seoService.setDescription($localize`:@@meta.description.lightning.nodes-per-isp:Browse the top 100 ISPs hosting Lightning nodes along with stats like total number of nodes per ISP, aggregate BTC capacity per ISP, and more`);
}
this.nodesPerAsObservable$ = combineLatest([
@@ -105,7 +106,7 @@ export class NodesPerISPChartComponent implements OnInit {
);
if (this.widget) {
this.sortBySubject.next(false);
this.sortBySubject.next(false);
}
}