1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 01:33:33 +00:00

[CL-511] - add variant to links within banners (#12090)

* add variant to links within banners

* add fix prop
This commit is contained in:
Jordan Aasen
2024-12-06 11:29:35 -08:00
committed by GitHub
parent 597e385561
commit d295825ff1
5 changed files with 5 additions and 5 deletions

View File

@@ -9,7 +9,7 @@
{{ freeTrialData.message }}
<a
bitLink
linkType="contrast"
linkType="secondary"
(click)="changePayment()"
class="tw-cursor-pointer"
rel="noreferrer noopener"

View File

@@ -9,7 +9,7 @@
{{ freeTrialData?.message }}
<a
bitLink
linkType="contrast"
linkType="secondary"
(click)="changePayment()"
class="tw-cursor-pointer"
rel="noreferrer noopener"

View File

@@ -9,7 +9,7 @@
{{ freeTrialMessage(organization) }}
<a
bitLink
linkType="contrast"
linkType="secondary"
(click)="navigateToPaymentMethod(organization?.organizationId)"
rel="noreferrer noopener"
class="tw-cursor-pointer"

View File

@@ -10,7 +10,7 @@
{{ freeTrial.message }}
<a
bitLink
linkType="contrast"
linkType="secondary"
(click)="navigateToPaymentMethod()"
class="tw-cursor-pointer"
rel="noreferrer noopener"