mirror of
https://github.com/bitwarden/jslib
synced 2025-12-06 00:03:29 +00:00
[Icons] Fix source paths (#636)
Co-authored-by: Hinton <oscar@oscarhinton.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<div class="icon" aria-hidden="true">
|
||||
<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>
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user