1
0
mirror of https://github.com/bitwarden/web synced 2025-12-06 00:03:28 +00:00

[Icons Bug] fa-remove -> bwi-close (#1487)

This commit is contained in:
Vincent Salucci
2022-02-20 17:03:58 -06:00
committed by GitHub
parent 9e872bed2c
commit d141ccca52
2 changed files with 2 additions and 2 deletions

View File

@@ -214,7 +214,7 @@
{{ "eventLogs" | i18n }}
</a>
<a class="dropdown-item text-danger" href="#" appStopClick (click)="remove(u)">
<i class="bwi bwi-fw bwi-remove" aria-hidden="true"></i>
<i class="bwi bwi-fw bwi-close" aria-hidden="true"></i>
{{ "remove" | i18n }}
</a>
</div>

View File

@@ -138,7 +138,7 @@
{{ "reject" | i18n }}
</a>
<a class="dropdown-item text-danger" href="#" appStopClick (click)="remove(c)">
<i class="bwi bwi-fw bwi-remove" aria-hidden="true"></i>
<i class="bwi bwi-fw bwi-close" aria-hidden="true"></i>
{{ "remove" | i18n }}
</a>
</div>