mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-18 00:10:14 +01:00
fix(docs): image url
This commit is contained in:
parent
188f12f63c
commit
0b687d8898
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