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

@@ -62,7 +62,7 @@
<span class="text-capitalize">{{
isSponsoredSubscription ? "sponsored" : subscription.status || "-"
}}</span>
<span class="badge badge-warning" *ngIf="subscriptionMarkedForCancel">{{
<span bitBadge badgeType="warning" *ngIf="subscriptionMarkedForCancel">{{
"pendingCancellation" | i18n
}}</span>
</dd>