diff --git a/components/layout/footer.tsx b/components/layout/footer.tsx index be0609218..90c50f5d1 100644 --- a/components/layout/footer.tsx +++ b/components/layout/footer.tsx @@ -56,7 +56,11 @@ export default async function Footer({
- +
@@ -72,10 +76,18 @@ export default async function Footer({
- + - +
@@ -105,6 +117,7 @@ export default async function Footer({ className="group" rel="noopener noreferrer" target="_blank" + aria-label="Visit on Instagram" > @@ -113,6 +126,7 @@ export default async function Footer({ className="group" rel="noopener noreferrer" target="_blank" + aria-label="Visit on Facebook" > diff --git a/components/layout/navbar/index.tsx b/components/layout/navbar/index.tsx index a73f00077..cf22be032 100644 --- a/components/layout/navbar/index.tsx +++ b/components/layout/navbar/index.tsx @@ -57,7 +57,11 @@ export default function Navbar({ >
- +
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} />