From 213ed8a723c9b27fa619764624d9273e154f07b3 Mon Sep 17 00:00:00 2001 From: Sol Irvine Date: Mon, 13 Nov 2023 17:42:43 +0900 Subject: [PATCH] fix aria-hidden issue --- components/layout/newsletter-footer.tsx | 1 + components/layout/newsletter-signup.tsx | 1 + 2 files changed, 2 insertions(+) diff --git a/components/layout/newsletter-footer.tsx b/components/layout/newsletter-footer.tsx index 98a0862a2..d83360e7c 100644 --- a/components/layout/newsletter-footer.tsx +++ b/components/layout/newsletter-footer.tsx @@ -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} /> diff --git a/components/layout/newsletter-signup.tsx b/components/layout/newsletter-signup.tsx index 465f9fe48..f9519ea5e 100644 --- a/components/layout/newsletter-signup.tsx +++ b/components/layout/newsletter-signup.tsx @@ -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} />