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: {
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 }
You can’t perform that action at this time.
0 commit comments