1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-06 02:23:44 +00:00

[SM-71] Update all badges to use component library (#2999)

This commit is contained in:
Oscar Hinton
2022-07-04 11:00:13 +02:00
committed by GitHub
parent 6bcde3a84c
commit c1ace45915
16 changed files with 74 additions and 118 deletions

View File

@@ -11,7 +11,9 @@
<h2 class="modal-title" id="userAddEditTitle">
{{ title }}
<small class="text-muted" *ngIf="name">{{ name }}</small>
<span class="badge badge-dark" *ngIf="isDeactivated">{{ "deactivated" | i18n }}</span>
<span bitBadge badgeType="secondary" *ngIf="isDeactivated">{{
"deactivated" | i18n
}}</span>
</h2>
<button
type="button"