Skip to content

Commit eef52df

Browse files
authored
update plan selection copy and tracking (#6078)
1 parent 19ec571 commit eef52df

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

apps/dashboard/src/app/login/onboarding/ChoosePlan.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,10 @@ export function OnboardingChoosePlan(props: {
2727
billingPlan="starter"
2828
teamSlug={props.teamSlug}
2929
cta={{
30-
title: "Get started for free",
30+
title: "Get Started for free",
3131
tracking: {
3232
category: "account",
33+
label: "starterPlan",
3334
},
3435
}}
3536
redirectPath={props.redirectPath}
@@ -40,15 +41,14 @@ export function OnboardingChoosePlan(props: {
4041
billingPlan="growth"
4142
teamSlug={props.teamSlug}
4243
cta={{
43-
title: "Claim your 1-month free",
44-
hint: "Your free trial will end after 30 days.",
44+
title: "Get Started with Growth",
4545
tracking: {
4646
category: "account",
4747
label: "growthPlan",
4848
},
4949
variant: "default",
5050
}}
51-
canTrialGrowth={props.canTrialGrowth}
51+
canTrialGrowth={false}
5252
highlighted
5353
redirectPath={props.redirectPath}
5454
redirectToCheckout={props.redirectToCheckout}

0 commit comments

Comments
 (0)