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 && ( -
+