feat: add page items

This commit is contained in:
2026-06-24 13:13:09 +03:00
parent ddad7b577b
commit 7ca8967bc3
5 changed files with 165 additions and 3 deletions
+2 -1
View File
@@ -97,7 +97,8 @@ export default function Profile() {
<img
src={`/static/items/${oi.item?.avatar_url}`}
alt={oi.item?.name}
className="w-10 h-10 object-cover rounded shrink-0"
className="w-10 h-10 md:w-30 md:h-30 object-cover rounded shrink-0 cursor-pointer"
onClick={() => navigate(`/items/${oi.item.id}`)}
/>
<span className="grow">{oi.item?.name}</span>
<span className="whitespace-nowrap shrink-0">