Skip to content

Commit

Permalink
The number of students removed.
Browse files Browse the repository at this point in the history
  • Loading branch information
pakzadjs committed Feb 9, 2025
1 parent b03f402 commit a1dbbd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/common/ProductCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,14 @@ export default function ProductCard({ product }) {
size={20}
/>

{product?.type === "course" && (
{/* {product?.type === "course" && (
<span className="bg-slate-100/90 px-1 rounded-md flex items-center text-slate-900 cursor-default">
<TbUsers size={19} />
<span className="text-sm mr-1 font-bold">
{toPersianNumbers(product?.studentsNumber)}
</span>
</span>
)}
)} */}
</div>
</div>
</div>
Expand Down

0 comments on commit a1dbbd6

Please sign in to comment.