File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
apps/dashboard/src/app/login/onboarding Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,9 +27,10 @@ export function OnboardingChoosePlan(props: {
27
27
billingPlan = "starter"
28
28
teamSlug = { props . teamSlug }
29
29
cta = { {
30
- title : "Get started for free" ,
30
+ title : "Get Started for free" ,
31
31
tracking : {
32
32
category : "account" ,
33
+ label : "starterPlan" ,
33
34
} ,
34
35
} }
35
36
redirectPath = { props . redirectPath }
@@ -40,15 +41,14 @@ export function OnboardingChoosePlan(props: {
40
41
billingPlan = "growth"
41
42
teamSlug = { props . teamSlug }
42
43
cta = { {
43
- title : "Claim your 1-month free" ,
44
- hint : "Your free trial will end after 30 days." ,
44
+ title : "Get Started with Growth" ,
45
45
tracking : {
46
46
category : "account" ,
47
47
label : "growthPlan" ,
48
48
} ,
49
49
variant : "default" ,
50
50
} }
51
- canTrialGrowth = { props . canTrialGrowth }
51
+ canTrialGrowth = { false }
52
52
highlighted
53
53
redirectPath = { props . redirectPath }
54
54
redirectToCheckout = { props . redirectToCheckout }
You can’t perform that action at this time.
0 commit comments