diff --git a/backlog/features.json b/backlog/features.json index 391795b..9ff1558 100644 --- a/backlog/features.json +++ b/backlog/features.json @@ -7948,14 +7948,16 @@ "description": "On product detail pages such as /products/proteina-guisante-ecologica, the image card background is light gray and should be white.", "priority": "med", "risk": "low", - "status": "pending", + "status": "done", "created_at": "2026-08-26", "gates": { - "reviewer": false, - "security": false, - "qa": false + "reviewer": true, + "security": true, + "qa": true, + "close": true }, - "phase": "frontend" + "phase": "frontend", + "completed_at": "2026-08-26T18:35:34Z" }, { "id": "ORDER-STATUS-LABELS", diff --git a/project/frontend/src/app/products/[slug]/page.tsx b/project/frontend/src/app/products/[slug]/page.tsx index edddb97..fb7c2ad 100644 --- a/project/frontend/src/app/products/[slug]/page.tsx +++ b/project/frontend/src/app/products/[slug]/page.tsx @@ -111,7 +111,7 @@ export default async function ProductPage({ params }: Props) { (next/image `fill` needs a non-zero parent) and the image is letterboxed with `object-contain`. */}
-
+
{product.images?.[0] ? (