diff --git a/components/cart/delete-item-button.tsx b/components/cart/delete-item-button.tsx index d3cbc5ec7..fb2aa310b 100644 --- a/components/cart/delete-item-button.tsx +++ b/components/cart/delete-item-button.tsx @@ -26,9 +26,9 @@ export function DeleteItemButton({

{message} diff --git a/components/cart/modal.tsx b/components/cart/modal.tsx index c6a253626..ca1e34652 100644 --- a/components/cart/modal.tsx +++ b/components/cart/modal.tsx @@ -114,15 +114,11 @@ export default function CartModal() { className="flex w-full flex-col border-b border-neutral-300 dark:border-neutral-700" >

-
+
- -
+
+
- -
- - {item.merchandise.product.title} - - {item.merchandise.title !== DEFAULT_OPTION ? ( -

- {item.merchandise.title} -

- ) : null} -
- + +
+ + {item.merchandise.product.title} + + {item.merchandise.title !== DEFAULT_OPTION ? ( +

+ {item.merchandise.title} +

+ ) : null} +
+ +

- Crafted by ▲ Vercel + Created by ▲ Vercel