diff --git a/public/fonts/IRANSansWeb_Bold.woff b/public/fonts/IRANSansWeb_Bold.woff deleted file mode 100644 index 05d933e..0000000 Binary files a/public/fonts/IRANSansWeb_Bold.woff and /dev/null differ diff --git a/public/fonts/IRANSansXFaNum-Regular.woff b/public/fonts/IRANSansXFaNum-Regular.woff deleted file mode 100644 index 34d87e6..0000000 Binary files a/public/fonts/IRANSansXFaNum-Regular.woff and /dev/null differ diff --git a/src/components/AddToCart/index.js b/src/components/AddToCart/index.js index 4685153..c3b2942 100644 --- a/src/components/AddToCart/index.js +++ b/src/components/AddToCart/index.js @@ -30,34 +30,37 @@ const AddToCartCard = ({ }, ]; return ( -
+
{showProduct && ( -
+

{productName}

-

{productCat}

+

{productCat}

)} {specialities.map((item, index) => ( -
+
{item.icon && } -

{item.description}

+

{item.description}

))}

- {price} + {price} تومان

{profit && ( -
+
با خرید این کالا {profit} تومان سود کنید
)}