Skip to content

Commit 5740f72

Browse files
committed
Removed company name
1 parent 2d4bdf4 commit 5740f72

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

components/auth/signup.tsx

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ export default function SignUp() {
102102
<div className="mx-auto max-w-6xl px-4 sm:px-6">
103103
<div className="pb-12 pt-32 md:pb-20 md:pt-40">
104104
<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>
106106
</div>
107107

108108
<div className="mx-auto max-w-sm">
@@ -176,25 +176,6 @@ export default function SignUp() {
176176
</FormItem>
177177
)}
178178
/>
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-
198179
<FormField
199180
name="email"
200181
control={form.control}

0 commit comments

Comments
 (0)