استایل مشاهده نمونه را درست کردم | 2

temp
mahdi andalib 2 years ago
parent 40491c678a
commit 915304fea4
  1. 2
      src/components/ProductSuggestion/index.js

@ -27,7 +27,7 @@ const ProductSuggestion = ({ isDark, getSimilar, book, similarList }) => {
}, [similarList]); }, [similarList]);
return ( return (
<section className="mt-10 border-2 border-gray-300 py-10 rounded-lg bg-grayF9"> <section className="mt-10 border-2 border-gray-300 py-10 rounded-lg bg-grayF9">
<h2 className="text-center text-lg font-bold text-productPrice"> <h2 className="text-center text-lg font-bold text-productPrice mb-10">
{window.t("این کالاها برای خرید به شما پیشنهام می دهیم")} {window.t("این کالاها برای خرید به شما پیشنهام می دهیم")}
</h2> </h2>
{/* product design */} {/* product design */}

Loading…
Cancel
Save