From 0ab8d813f3d4cc578bc993a114c4107cf260c248 Mon Sep 17 00:00:00 2001 From: Mykhailo Hubko Date: Sun, 22 Sep 2024 21:29:38 +0200 Subject: [PATCH] phone catalog with node 20 --- src/components/CartUnit/CartUnit.tsx | 2 +- src/components/Footer/Footer.module.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/CartUnit/CartUnit.tsx b/src/components/CartUnit/CartUnit.tsx index 26f0986767..96c3245ff3 100644 --- a/src/components/CartUnit/CartUnit.tsx +++ b/src/components/CartUnit/CartUnit.tsx @@ -20,7 +20,7 @@ export const CartUnit: React.FC = ({ product }) => { onClick={() => removeFromCart(product)} >
- +

{product.name}

diff --git a/src/components/Footer/Footer.module.scss b/src/components/Footer/Footer.module.scss index 1a73ebb992..afb9909f4e 100644 --- a/src/components/Footer/Footer.module.scss +++ b/src/components/Footer/Footer.module.scss @@ -56,7 +56,7 @@ height: 32px; border: 1px solid $secondary-gray; - background-image: url('../../img/Buttons/Icons/Arrow-Right.svg'); + background-image: url('../img/Buttons/Icons/Arrow-Right.svg'); background-position: center; background-repeat: no-repeat; background-size: 16px;