diff --git a/src/components/Product/index.js b/src/components/Product/index.js index 1986d52..4e281b8 100644 --- a/src/components/Product/index.js +++ b/src/components/Product/index.js @@ -248,27 +248,28 @@ const ProductDesign = ({ } if(catId == 4){ return ( -
- + -
-

کتاب {productName}

-

+

+

کتاب {productName}

+

در این قسمت یک توضیحات کوتاه در مورد دوره خواهد آمد که بصورت دو خط در این قسمت قرار می‌گیرد

-
-

{productPrice} تومان

+
+

{productPrice} تومان

+
diff --git a/src/view/services/index.js b/src/view/services/index.js index 8752b83..d65c265 100644 --- a/src/view/services/index.js +++ b/src/view/services/index.js @@ -624,7 +624,7 @@ if (!isMobile){ ] }); setPopUp(true); - console.log(gameId) + // console.log(gameId) }} > {/* {console.log(product)} */} diff --git a/tailwind.config.js b/tailwind.config.js index 080f01d..57770a9 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -35,7 +35,8 @@ module.exports = { blue5F : '#05335f', blue7E : '#15517e', blueFF : '#f2f9ff', - blueE3 : '#4c7fe3' + blueE3 : '#4c7fe3', + blueDF : '#14b5df' }, }, screens: {