From bd4cabd16cb49e8812f1cebe5d4684eb4f67e336 Mon Sep 17 00:00:00 2001 From: Sol Irvine Date: Fri, 1 Sep 2023 02:38:26 -0700 Subject: [PATCH] wip: Saving work --- components/product/tasting-notes.tsx | 6 +++--- lib/shopify/mutations/cart.ts | 19 ++++--------------- 2 files changed, 7 insertions(+), 18 deletions(-) diff --git a/components/product/tasting-notes.tsx b/components/product/tasting-notes.tsx index eae26cda4..cf476d3ed 100644 --- a/components/product/tasting-notes.tsx +++ b/components/product/tasting-notes.tsx @@ -15,13 +15,13 @@ export function ProductTastingNotes({ product }: { product: Product }) { return (
{!!notes ? ( -
-

tasting notes

+
+

tasting notes

{notes}
) : null} {imageUrl && imageHeight && imageWidth && ( -
+