1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 08:43:33 +00:00

Icon fixes for callouts and verify mp (#640)

This commit is contained in:
Oscar Hinton
2022-01-27 17:40:58 +01:00
committed by GitHub
parent 5249e55522
commit 6b4ed5fcce
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@
{{ "sendCode" | i18n }}
</button>
<span class="ml-2 text-success" role="alert" @sent *ngIf="sentCode">
<i class="bwi-check-circle" aria-hidden="true"></i>
<i class="bwi bwi-check-circle" aria-hidden="true"></i>
{{ "codeSent" | i18n }}
</span>
</div>