mirror of
https://github.com/vercel/commerce.git
synced 2025-05-18 23:46:58 +00:00
fix aria-hidden issue
This commit is contained in:
parent
312e03d94f
commit
213ed8a723
@ -54,6 +54,7 @@ export default function NewsletterSignup() {
|
||||
type="text"
|
||||
name={`b_${process?.env?.NEXT_PUBLIC_MAILCHIMP_USER_ID}_${process?.env?.NEXT_PUBLIC_MAILCHIMP_LIST_ID}`}
|
||||
defaultValue=""
|
||||
tabIndex={-1}
|
||||
/>
|
||||
</div>
|
||||
</form>
|
||||
|
@ -52,6 +52,7 @@ export default function NewsletterSignup() {
|
||||
type="text"
|
||||
name={`b_${process?.env?.NEXT_PUBLIC_MAILCHIMP_USER_ID}_${process?.env?.NEXT_PUBLIC_MAILCHIMP_LIST_ID}`}
|
||||
defaultValue=""
|
||||
tabIndex={-1}
|
||||
/>
|
||||
</div>
|
||||
</form>
|
||||
|
Loading…
x
Reference in New Issue
Block a user