fix(pages): fix titles

This commit is contained in:
Alex 2020-04-04 14:56:51 +03:00
parent 47c87d9c74
commit 4f23fece97
3 changed files with 5 additions and 4 deletions

View file

@ -17,7 +17,7 @@ export class LandingHomeComponent {
constructor(private themeService: NbThemeService, private metadataService: MetadataService) {
this.metadataService.updateDescription('Save more than $33,000 using ngx-admin for personal and commercial' +
' use. The dashboard is based on Angular 9+ and Bootstrap 4+. Completely FREE and MIT licensed.');
this.metadataService.updateTitle('The most popular admin dashboard based on Angular 9+ and Nebular.');
this.metadataService.updateTitle('Ngx-admin - most popular admin dashboard on Angular 9+ and Nebular.');
this.themeService.changeTheme('ngx-landing');
}
}