From 391ca16f8f2492a30002f50f9f7a5ccdf87fbfa4 Mon Sep 17 00:00:00 2001 From: Sol Irvine Date: Wed, 6 Sep 2023 17:31:53 -0700 Subject: [PATCH] fixes --- app/[locale]/product/[handle]/page.tsx | 2 +- components/grid/product-grid.tsx | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/[locale]/product/[handle]/page.tsx b/app/[locale]/product/[handle]/page.tsx index b34f4ccea..760ecd6c7 100644 --- a/app/[locale]/product/[handle]/page.tsx +++ b/app/[locale]/product/[handle]/page.tsx @@ -221,7 +221,7 @@ async function RelatedProducts({ id }: { id: string }) { className="relative block h-full w-full transition-opacity duration-150 hover:opacity-90" href={`/product/${product.handle}`} > -
+
- -
+ +
-
{item?.summary?.value}
+
{item?.summary?.value}