fix(docs): static title

This commit is contained in:
Alex 2020-05-07 09:58:52 +03:00
parent 20d7f7d0bd
commit d5bb1c7985

View file

@ -63,7 +63,6 @@ export class NgxAdminLandingPageComponent implements OnDestroy, OnInit {
}),
filter(item => item),
tap((item: any) => {
this.metaDataService.updateTitle(`Nebular - ${item.name}`);
this.metaDataService.updateDescription(item.description);
}),
publishReplay(),