@@ -145,7 +145,7 @@ function Toolbar() {
145
145
useOnboardingPanes ( )
146
146
147
147
return (
148
- < div className = "cursor-not-allowed fixed inset-0 z-[99] grid items-start justify-center p-16 " >
148
+ < div className = "cursor-not-allowed fixed inset-0 z-[99] grid items-start justify-center p-24 " >
149
149
< OnboardingCard >
150
150
< h1 className = "text-xl font-bold" > This is the toolbar</ h1 >
151
151
< p className = "my-4" >
@@ -166,7 +166,7 @@ function TextToCad() {
166
166
useOnboardingPanes ( )
167
167
168
168
return (
169
- < div className = "cursor-not-allowed fixed inset-0 z-50 grid items-start justify-center p-16 " >
169
+ < div className = "cursor-not-allowed fixed inset-0 z-50 grid items-start justify-center p-24 " >
170
170
< OnboardingCard >
171
171
< h1 className = "text-xl font-bold" > Text-to-CAD</ h1 >
172
172
< p className = "my-4" >
@@ -179,7 +179,7 @@ function TextToCad() {
179
179
< strong > One</ strong > Text-to-CAD generation costs{ ' ' }
180
180
< strong > one credit per minute</ strong > , rounded up to the nearest
181
181
minute. A large majority of Text-to-CAD generations take under a
182
- minute. If you are on the free plan, you get 40 free credits per
182
+ minute. If you are on the free plan, you get 20 free credits per
183
183
month. With any of our paid plans, you get unlimited Text-to-CAD
184
184
generations.
185
185
</ p >
@@ -574,7 +574,7 @@ function Imports() {
574
574
useOnboardingPanes ( )
575
575
576
576
return (
577
- < div className = "cursor-not-allowed fixed inset-0 z-50 p-16 flex flex-col gap-8 items-center" >
577
+ < div className = "cursor-not-allowed fixed inset-0 z-50 p-24 flex flex-col gap-8 items-center" >
578
578
< OnboardingCard >
579
579
< h1 className = "text-xl font-bold" > Add file(s) to project</ h1 >
580
580
< p className = "my-4" >
@@ -605,7 +605,7 @@ function Exports() {
605
605
useOnboardingPanes ( )
606
606
607
607
return (
608
- < div className = "cursor-not-allowed fixed inset-0 z-50 p-16 grid justify-start items-center" >
608
+ < div className = "cursor-not-allowed fixed inset-0 z-50 p-24 grid justify-start items-center" >
609
609
< OnboardingCard >
610
610
< h1 className = "text-xl font-bold" > Exporting</ h1 >
611
611
< p className = "my-4" >
@@ -633,7 +633,7 @@ function OnboardingConclusion() {
633
633
)
634
634
635
635
return (
636
- < div className = "cursor-not-allowed fixed inset-0 z-50 p-16 grid justify-center items-center" >
636
+ < div className = "cursor-not-allowed fixed inset-0 z-50 p-24 grid justify-center items-center" >
637
637
< OnboardingCard >
638
638
< h1 className = "text-xl font-bold" > Time to start building</ h1 >
639
639
< p className = "my-4" >
0 commit comments