@ -99,7 +99,7 @@ const ProductDesign = ({
)}
{productCat && (
<span className={`text-sm py-1 font-normal text-blueC0`}>
{'${window.t("پایه")}' + " " + grades[product?.gradeId]}
{`${window.t("پایه")}` + " " + grades[product?.gradeId]}
</span>
</div>