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.

nikolai.berestevich/fix/side subscribe banner focus #2071

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions src/pages/academy/components/_side-subscription-banner.js
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,6 @@ const ArticleEmailBanner = () => {
<InputWrapper>
<Input
placeholder="Your name"
autoFocus={true}
focusBorder="var(--color-grey-6)"
autoComplete="off"
id="name"
Expand Down Expand Up @@ -318,7 +317,6 @@ const ArticleEmailBanner = () => {
<InputWrapper>
<Input
placeholder="Your email address"
autoFocus={true}
focusBorder="var(--color-grey-6)"
autoComplete="off"
id="email"
Expand Down