mirror of
https://github.com/bitwarden/browser
synced 2025-01-28 03:59:50 +01:00
[Icons] Fix source paths (#636)
Co-authored-by: Hinton <oscar@oscarhinton.com>
This commit is contained in:
parent
5353cf03b5
commit
0a2ebf6e50
@ -1,4 +1,4 @@
|
|||||||
<div class="icon" aria-hidden="true">
|
<div class="icon" aria-hidden="true">
|
||||||
<img [src]="image" appFallbackSrc="{{ fallbackImage }}" *ngIf="imageEnabled && image" alt="" />
|
<img [src]="image" appFallbackSrc="{{ fallbackImage }}" *ngIf="imageEnabled && image" alt="" />
|
||||||
<i class="bwi-fw bwi-lg {{ icon }}" *ngIf="!imageEnabled || !image"></i>
|
<i class="bwi bwi-fw bwi-lg {{ icon }}" *ngIf="!imageEnabled || !image"></i>
|
||||||
</div>
|
</div>
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user