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", };