mirror of https://github.com/ghostfolio/ghostfolio
4 changed files with 7 additions and 17 deletions
@ -1,8 +1,4 @@ |
|||||
<span class="align-items-center d-flex" |
<span class="align-items-center d-flex" |
||||
><span |
><span class="d-inline-block logo" [ngClass]="{ 'mr-1': showLabel }"></span> |
||||
class="d-inline-block logo" |
|
||||
[ngClass]="{ 'mr-1': showLabel }" |
|
||||
[ngStyle]="{ 'background-color': color }" |
|
||||
></span> |
|
||||
<span *ngIf="showLabel" class="label">{{ label ?? 'Ghostfolio' }}</span></span |
<span *ngIf="showLabel" class="label">{{ label ?? 'Ghostfolio' }}</span></span |
||||
> |
> |
||||
|
Loading…
Reference in new issue