mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 23:40:14 +01:00
fix(docs): image url
This commit is contained in:
parent
dfdb61c0fb
commit
ae6f6574bf
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ export class MainInfoSectionComponent implements OnDestroy {
|
||||||
public get imageUrl(): string {
|
public get imageUrl(): string {
|
||||||
return this.forMaterialTheme !== false
|
return this.forMaterialTheme !== false
|
||||||
? 'assets/img/ngx-admin-material.png'
|
? 'assets/img/ngx-admin-material.png'
|
||||||
: '/assets/img/ngx-admin.png';
|
: 'assets/img/ngx-admin.png';
|
||||||
}
|
}
|
||||||
|
|
||||||
public ngOnDestroy() {
|
public ngOnDestroy() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue