mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 07:30:12 +01:00
fix(pages): assets url
This commit is contained in:
parent
9f6a550bdb
commit
2580b8c42b
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@
|
|||
<nb-card (click)="navigate(theme.value)">
|
||||
<nb-card-header>{{theme.name}}</nb-card-header>
|
||||
<nb-card-body>
|
||||
<img src="../../assets/images/{{theme.value}}-theme.png"
|
||||
<img src="assets/images/{{theme.value}}-theme.png"
|
||||
class="theme-preview"
|
||||
alt="{{theme.name}} Theme"/>
|
||||
</nb-card-body>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue