diff --git a/app/pages/cart/CartItem/CartItemView.tsx b/app/pages/cart/CartItem/CartItemView.tsx index 12568cf..c67c75f 100644 --- a/app/pages/cart/CartItem/CartItemView.tsx +++ b/app/pages/cart/CartItem/CartItemView.tsx @@ -31,7 +31,7 @@ export function CartItemView({
-
+
{name}
diff --git a/app/pages/home/Discounts.tsx b/app/pages/home/Discounts.tsx index 4742885..f5c3907 100644 --- a/app/pages/home/Discounts.tsx +++ b/app/pages/home/Discounts.tsx @@ -12,7 +12,7 @@ export function Discounts(): ReactElement { return (
-

Discounts

+

Discount codes

{discounts.map(({ id, code, description }) => (