|
|
@ -28,7 +28,7 @@ export const ProductOverAll = ({ book, grades, isDark, loading }) => { |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div className="flex justify-end items-center"> |
|
|
|
<div className="flex justify-end items-center"> |
|
|
|
<div className="p-2"> |
|
|
|
<div className="p-2"> |
|
|
|
<StarRating value={book?.rate || 0} /> |
|
|
|
<StarRating value={book?.rate || 4} /> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div className="p-2 border-0 border-solid border-r border-gray-100 text-sm text-gray-400"> |
|
|
|
<div className="p-2 border-0 border-solid border-r border-gray-100 text-sm text-gray-400"> |
|
|
|
بیش از {book?.product[type]?.suggestedCounter} نفر امتیاز داده |
|
|
|
بیش از {book?.product[type]?.suggestedCounter} نفر امتیاز داده |
|
|
|