From f56e52f801d03d684e2cd5266a62511663eac94c Mon Sep 17 00:00:00 2001 From: Mathieu Date: Wed, 24 Jun 2026 18:15:03 +0200 Subject: [PATCH] feat: show original filename on image card Co-Authored-By: Claude Sonnet 4.6 --- src/components/images/ImageCard.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/images/ImageCard.tsx b/src/components/images/ImageCard.tsx index bc5f639..6073ef7 100644 --- a/src/components/images/ImageCard.tsx +++ b/src/components/images/ImageCard.tsx @@ -138,7 +138,8 @@ export function ImageCard({ {/* Infos */}
-

{item.ref}

+

{item.filename}

+

Réf : {item.ref}

{item.shopifyProductTitle && (

{item.shopifyProductTitle}

)}