diff --git a/src/pages/ProductPage/ProductPage.module.scss b/src/pages/ProductPage/ProductPage.module.scss index 7899bf184f..f4b9c0fee9 100644 --- a/src/pages/ProductPage/ProductPage.module.scss +++ b/src/pages/ProductPage/ProductPage.module.scss @@ -30,7 +30,7 @@ display: inline-block; width: 16px; height: 16px; - 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: 70%; @@ -115,7 +115,7 @@ display: inline-block; width: 16px; height: 16px; - 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: 70%;