Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 25e7534

Browse files
nikolaiberestevich-derivNikolai Berestevich
andauthored
nikolai.berestevich/fix/side sibscribe banner focus (#2071)
Co-authored-by: Nikolai Berestevich <[email protected]>
1 parent 3923252 commit 25e7534

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/pages/academy/components/_side-subscription-banner.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,6 @@ const ArticleEmailBanner = () => {
287287
<InputWrapper>
288288
<Input
289289
placeholder="Your name"
290-
autoFocus={true}
291290
focusBorder="var(--color-grey-6)"
292291
autoComplete="off"
293292
id="name"
@@ -318,7 +317,6 @@ const ArticleEmailBanner = () => {
318317
<InputWrapper>
319318
<Input
320319
placeholder="Your email address"
321-
autoFocus={true}
322320
focusBorder="var(--color-grey-6)"
323321
autoComplete="off"
324322
id="email"

0 commit comments

Comments
 (0)