From bd3988ce1d11fc2d06c57f47a351b179f146715a Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Wed, 29 Apr 2026 21:51:14 +0200 Subject: [PATCH] feat(products): display product image in ProductCard --- frontend/src/components/products/ProductCard.vue | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/products/ProductCard.vue b/frontend/src/components/products/ProductCard.vue index d903e42..6f0d0b9 100644 --- a/frontend/src/components/products/ProductCard.vue +++ b/frontend/src/components/products/ProductCard.vue @@ -1,6 +1,7 @@