From e1911626b65efa3609e6a5b61df5abb901ab6a7c Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 16 Apr 2022 16:16:08 +0430 Subject: [PATCH] update App.js and ProductDesign.js --- src/App.js | 31 +++++++++++-------- src/components/productDesign/ProductDesign.js | 2 +- 2 files changed, 19 insertions(+), 14 deletions(-) diff --git a/src/App.js b/src/App.js index b4e2d05..4eb662e 100644 --- a/src/App.js +++ b/src/App.js @@ -83,6 +83,7 @@ import CustomToast from "./components/CustomToast"; import IconText from "./components/IconText"; import CardDesign2 from "./components/CardDesign2"; import ButtonDivTag from "./components/ButtonDivTag"; +import Button from "./components/Button"; // import Digikala from "./components/Digikala/ImageSlider"; @@ -90,17 +91,12 @@ function App() { return (
- {/* */} + {/* */} {/* */} {/* */} {/* */} - {/* */} - {/* */} - {/* */} {/* */} - {/* */} - {/* */} {/* */} {/* */} {/* */} @@ -112,19 +108,17 @@ function App() { {/* */} {/* */} {/* */} - {/* */} + {/* */} {/* */} - {/* */} + {/* */} {/* */} - {/* */} + {/* */} {/* */} {/* */} {/* */} - {/* */} - {/* */} {/* */} {/* */} {/* */} @@ -145,6 +139,13 @@ function App() { {/* */} {/* */} {/* *************************************************** mini components *************************************************** */} +
); diff --git a/src/components/productDesign/ProductDesign.js b/src/components/productDesign/ProductDesign.js index cb4dc5e..a26e785 100644 --- a/src/components/productDesign/ProductDesign.js +++ b/src/components/productDesign/ProductDesign.js @@ -318,5 +318,5 @@ ProductDesign.defaultProps = { productTitleAlignment: "text-justify", //میتونیم تعیین کنیم که قیمت و دکمه اضاف به سبد خرید کنار یکدیگر باشند یا زیر هم - priceDirection: "flex-col", + priceDirection: "flex-row", };