1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 05:43:41 +00:00

[CL-389] Add end slot to non-text bit label content (#10457)

This commit is contained in:
Victoria League
2024-08-20 11:55:11 -04:00
committed by GitHub
parent e5227c045d
commit ed719f835a
12 changed files with 18 additions and 1 deletions

View File

@@ -35,8 +35,9 @@
href="https://bitwarden.com/email-preferences"
target="_blank"
rel="noreferrer"
>{{ "unsubscribe" | i18n }}</a
>
{{ "unsubscribe" | i18n }}
</a>
{{ "atAnyTime" | i18n }}
</bit-label>
</bit-form-control>

View File

@@ -76,6 +76,7 @@ import { KitchenSinkSharedModule } from "../kitchen-sink-shared.module";
linkType="primary"
[bitPopoverTriggerFor]="myPopover"
#triggerRef="popoverTrigger"
slot="end"
>
<i class="bwi bwi-question-circle"></i>
</button>

View File

@@ -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>

View File

@@ -80,6 +80,7 @@
variant="success"
class="tw-ml-2"
(click)="getPremium()"
slot="end"
>
{{ "premium" | i18n }}
</span>