mirror of
https://github.com/bitwarden/browser
synced 2025-12-23 03:33:54 +00:00
[CL-389] Add end slot to non-text bit label content (#10457)
This commit is contained in:
@@ -97,6 +97,7 @@
|
||||
type="button"
|
||||
[bitPopoverTriggerFor]="totpPopover"
|
||||
[appA11yTitle]="'learnMoreAboutAuthenticators' | i18n"
|
||||
slot="end"
|
||||
>
|
||||
<i class="bwi bwi-sm bwi-question-circle" aria-hidden="true"></i>
|
||||
</button>
|
||||
|
||||
@@ -80,6 +80,7 @@
|
||||
variant="success"
|
||||
class="tw-ml-2"
|
||||
(click)="getPremium()"
|
||||
slot="end"
|
||||
>
|
||||
{{ "premium" | i18n }}
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user