fix(docs): image url

This commit is contained in:
Alex 2020-03-26 13:21:49 +03:00 committed by Sergey Andrievskiy
parent dfdb61c0fb
commit ae6f6574bf

View file

@ -35,7 +35,7 @@ export class MainInfoSectionComponent implements OnDestroy {
public get imageUrl(): string {
return this.forMaterialTheme !== false
? 'assets/img/ngx-admin-material.png'
: '/assets/img/ngx-admin.png';
: 'assets/img/ngx-admin.png';
}
public ngOnDestroy() {