fix: поправил подпсиь категорий рыба

This commit is contained in:
2026-06-23 22:01:39 +03:00
parent e4ed1b41d5
commit 9f4131efe5
2 changed files with 5 additions and 4 deletions
+4 -2
View File
@@ -66,8 +66,10 @@ export default function Cart() {
className="w-40 h-40 object-cover rounded-md shrink-0"
/>
<div className="grow">
<p className="font-medium text-lg">{ci.item.name}</p>
<p className="text-sm text-white/60">
<p className="font-medium text-base md:text-lg">
{ci.item.name}
</p>
<p className="text-xs md:text-sm text-white/60">
{ci.quantity} {ci.item.unit} x {ci.item.price}р.
</p>
</div>