mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-12 14:56:58 +01:00
[CL-511] - add variant to links within banners (#12090)
* add variant to links within banners * add fix prop
This commit is contained in:
parent
597e385561
commit
d295825ff1
@ -9,7 +9,7 @@
|
||||
{{ freeTrialData.message }}
|
||||
<a
|
||||
bitLink
|
||||
linkType="contrast"
|
||||
linkType="secondary"
|
||||
(click)="changePayment()"
|
||||
class="tw-cursor-pointer"
|
||||
rel="noreferrer noopener"
|
||||
|
@ -9,7 +9,7 @@
|
||||
{{ freeTrialData?.message }}
|
||||
<a
|
||||
bitLink
|
||||
linkType="contrast"
|
||||
linkType="secondary"
|
||||
(click)="changePayment()"
|
||||
class="tw-cursor-pointer"
|
||||
rel="noreferrer noopener"
|
||||
|
@ -9,7 +9,7 @@
|
||||
{{ freeTrialMessage(organization) }}
|
||||
<a
|
||||
bitLink
|
||||
linkType="contrast"
|
||||
linkType="secondary"
|
||||
(click)="navigateToPaymentMethod(organization?.organizationId)"
|
||||
rel="noreferrer noopener"
|
||||
class="tw-cursor-pointer"
|
||||
|
@ -10,7 +10,7 @@
|
||||
{{ freeTrial.message }}
|
||||
<a
|
||||
bitLink
|
||||
linkType="contrast"
|
||||
linkType="secondary"
|
||||
(click)="navigateToPaymentMethod()"
|
||||
class="tw-cursor-pointer"
|
||||
rel="noreferrer noopener"
|
||||
|
@ -10,7 +10,7 @@
|
||||
{{ freeTrial.message }}
|
||||
<a
|
||||
bitLink
|
||||
linkType="contrast"
|
||||
linkType="secondary"
|
||||
class="tw-cursor-pointer"
|
||||
(click)="navigateToPaymentMethod()"
|
||||
rel="noreferrer noopener"
|
||||
|
Loading…
Reference in New Issue
Block a user