From 857a1df0f65fc3ec2bf21262ed212bae9d64ec9f Mon Sep 17 00:00:00 2001 From: Michael Novotny Date: Tue, 8 Aug 2023 10:19:23 -0500 Subject: [PATCH] Changes product detail gallery thumbnails to always be square (#1160) --- components/product/gallery.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/product/gallery.tsx b/components/product/gallery.tsx index eabc500e3..0b03557a5 100644 --- a/components/product/gallery.tsx +++ b/components/product/gallery.tsx @@ -74,7 +74,7 @@ export function Gallery({ images }: { images: { src: string; altText: string }[] imageSearchParams.set('image', index.toString()); return ( -
  • +