diff --git a/src/components/Product/index.js b/src/components/Product/index.js
index 2494dc8..19d4c3f 100644
--- a/src/components/Product/index.js
+++ b/src/components/Product/index.js
@@ -235,6 +235,41 @@ const ProductDesign = ({
)
}
+ if(catId == 4){
+ return (
+
+
+
![](https://narafella.ir/wp-content/uploads/2021/08/books-min.jpg)
+
+
+
+
کتاب {productName}
+
+ در این قسمت یک توضیحات کوتاه در مورد دوره خواهد آمد که بصورت دو خط در این قسمت قرار میگیرد
+
+
+
+
+
+
+
{productPrice} تومان
+
+
+
+
+
+
+
+
+
+ )
+ }
else{
return
}
diff --git a/src/view/services/index.js b/src/view/services/index.js
index af61d5f..a5eee64 100644
--- a/src/view/services/index.js
+++ b/src/view/services/index.js
@@ -384,7 +384,7 @@ const Services = ({
classHour: 21,
classMinute: 56,
});
- setPopUp(true);
+ if(gameId == 1){setPopUp(true);}
}}
>
{/* {console.log(product)} */}
diff --git a/tailwind.config.js b/tailwind.config.js
index 15fc487..0307642 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -31,7 +31,9 @@ module.exports = {
red82OP: 'rgba(223, 20, 82, 0.08)',
pinkF5: '#fff1f5',
black40: '#404040',
- green17 : '#8daf17'
+ green17 : '#8daf17',
+ blue5F : '#05335f',
+ blue7E : '#15517e'
},
},
screens: {