File tree Expand file tree Collapse file tree 1 file changed +1
-20
lines changed Expand file tree Collapse file tree 1 file changed +1
-20
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ export default function SignUp() {
102
102
< div className = "mx-auto max-w-6xl px-4 sm:px-6" >
103
103
< div className = "pb-12 pt-32 md:pb-20 md:pt-40" >
104
104
< div className = "md:pb-15 mx-auto max-w-3xl pb-10 text-center text-xl sm:text-2xl md:text-3xl lg:text-4xl" >
105
- < h1 className = "h1" > Ready to supercharge your development ?</ h1 >
105
+ < h1 className = "h1" > Ready to build ?</ h1 >
106
106
</ div >
107
107
108
108
< div className = "mx-auto max-w-sm" >
@@ -176,25 +176,6 @@ export default function SignUp() {
176
176
</ FormItem >
177
177
) }
178
178
/>
179
-
180
- < FormField
181
- name = "company_name"
182
- control = { form . control }
183
- render = { ( { field } ) => (
184
- < FormItem >
185
- < FormLabel htmlFor = "company_name" > Company Name</ FormLabel >
186
- < FormControl >
187
- < Input
188
- id = "company_name"
189
- placeholder = "Your company or app name"
190
- { ...field }
191
- />
192
- </ FormControl >
193
- < FormMessage />
194
- </ FormItem >
195
- ) }
196
- />
197
-
198
179
< FormField
199
180
name = "email"
200
181
control = { form . control }
You can’t perform that action at this time.
0 commit comments