From 69a68dd40801d551b6e1ae651c6f3af5671035c5 Mon Sep 17 00:00:00 2001 From: Michael Novotny Date: Tue, 25 Jul 2023 12:40:39 -0500 Subject: [PATCH] Fixes Lighthouse accessibility issues (#1112) Co-authored-by: Lee Robinson --- components/cart/modal.tsx | 4 ++-- components/grid/three-items.tsx | 2 +- components/layout/footer.tsx | 2 +- components/layout/navbar/index.tsx | 2 +- components/layout/navbar/search.tsx | 2 +- components/product/variant-selector.tsx | 4 ++-- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/components/cart/modal.tsx b/components/cart/modal.tsx index 547621975..7c0c67b19 100644 --- a/components/cart/modal.tsx +++ b/components/cart/modal.tsx @@ -127,7 +127,7 @@ export default function CartModal({ cart }: { cart: Cart | undefined }) { {item.merchandise.product.title} {item.merchandise.title !== DEFAULT_OPTION ? ( -

+

{item.merchandise.title}

) : null} @@ -152,7 +152,7 @@ export default function CartModal({ cart }: { cart: Cart | undefined }) { ); })} -
+

Taxes

+
diff --git a/components/layout/footer.tsx b/components/layout/footer.tsx index e8367eabb..333c4f53e 100644 --- a/components/layout/footer.tsx +++ b/components/layout/footer.tsx @@ -16,7 +16,7 @@ export default async function Footer() { const copyrightName = COMPANY_NAME || SITE_NAME || ''; return ( -