fix: change size image items in cart

This commit is contained in:
2026-06-24 10:32:59 +03:00
parent f219d1a31b
commit 1f5a8c6601
+1 -1
View File
@@ -63,7 +63,7 @@ export default function Cart() {
<img <img
src={`/static/items/${ci.item.avatar_url}`} src={`/static/items/${ci.item.avatar_url}`}
alt={ci.item.name} alt={ci.item.name}
className="w-40 h-40 object-cover rounded-md shrink-0" className="w-20 md:w-40 h-20 md:h-40 object-cover rounded-md shrink-0"
/> />
<div className="grow"> <div className="grow">
<p className="font-medium text-base md:text-lg"> <p className="font-medium text-base md:text-lg">