feat(F-055): completed feature

This commit is contained in:
chattie
2026-08-19 13:48:32 +02:00
parent de41a42d88
commit cc84f24658
44 changed files with 473 additions and 236 deletions

View File

@@ -159,7 +159,7 @@ export default function ProductsPage() {
<div className="flex items-center gap-3">
{p.imageUrl ? (
<img
src={p.imageUrl}
src={p.imageUrl.replace('/uploads/', '/uploads/40/')}
alt={p.name}
className="w-10 h-10 rounded-lg object-cover bg-gray-100 flex-shrink-0"
/>