Skip to content

Commit 71452e1

Browse files
committed
Remove autofocus
1 parent d629c44 commit 71452e1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/app/course/call-to-action.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ export function SignUpForm() {
1111
<div className="flex items-center rounded-full bg-white">
1212
<input
1313
required
14-
autoFocus
1514
type="email"
1615
id="email"
1716
name="email_address"
@@ -83,7 +82,6 @@ export function HeroActions() {
8382
>
8483
<input
8584
required
86-
autoFocus
8785
ref={input}
8886
onBlur={handleBlur}
8987
type="email"

0 commit comments

Comments
 (0)