diff --git a/components/cart/modal.tsx b/components/cart/modal.tsx index 547621975..7c0c67b19 100644 --- a/components/cart/modal.tsx +++ b/components/cart/modal.tsx @@ -127,7 +127,7 @@ export default function CartModal({ cart }: { cart: Cart | undefined }) { {item.merchandise.product.title} {item.merchandise.title !== DEFAULT_OPTION ? ( -

+

{item.merchandise.title}

) : null} @@ -152,7 +152,7 @@ export default function CartModal({ cart }: { cart: Cart | undefined }) { ); })} -
+

Taxes

+
diff --git a/components/layout/footer.tsx b/components/layout/footer.tsx index e8367eabb..333c4f53e 100644 --- a/components/layout/footer.tsx +++ b/components/layout/footer.tsx @@ -16,7 +16,7 @@ export default async function Footer() { const copyrightName = COMPANY_NAME || SITE_NAME || ''; return ( -