diff --git a/components/grid/tile.tsx b/components/grid/tile.tsx index 8abbc38f2..f267d781f 100644 --- a/components/grid/tile.tsx +++ b/components/grid/tile.tsx @@ -45,7 +45,11 @@ export function GridTileImage({ title={labels.title} amount={labels.amount} currencyCode={labels.currencyCode} +<<<<<<< HEAD size={labels.isSmall ? 'small' : 'large'} +======= + size="large" +>>>>>>> design-refresh position={labelPosition} /> ) : null} diff --git a/components/label.tsx b/components/label.tsx index 5778e23cf..21a3007d1 100644 --- a/components/label.tsx +++ b/components/label.tsx @@ -33,12 +33,12 @@ const Label = ({ >

{title}

diff --git a/components/product/gallery.tsx b/components/product/gallery.tsx index 13711cdb1..093418087 100644 --- a/components/product/gallery.tsx +++ b/components/product/gallery.tsx @@ -25,7 +25,7 @@ export function Gallery({ images }: { images: { src: string; altText: string }[]
{images[currentImage] && ( {images[currentImage]?.altText 1 ? (
-
+
-
+