mirror of https://github.com/ghostfolio/ghostfolio
3 changed files with 33 additions and 7 deletions
@ -1,8 +1,8 @@ |
|||||
@if (src) { |
@if (src) { |
||||
<img |
<img |
||||
onerror="this.style.display = 'none'" |
|
||||
[class.large]="size === 'large'" |
[class.large]="size === 'large'" |
||||
[src]="src" |
[src]="src" |
||||
[title]="tooltip ? tooltip : ''" |
[title]="tooltip ? tooltip : ''" |
||||
|
(error)="onLogoError()" |
||||
/> |
/> |
||||
} |
} |
||||
|
|||||
Loading…
Reference in new issue