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;