feat: optimize theme images

This commit is contained in:
Sergey Andrievskiy 2020-04-02 11:41:41 +03:00
parent 2580b8c42b
commit 2bf5a0be8a
18 changed files with 2 additions and 2 deletions

View file

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