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}

)}