From b12f205efdbe66cafe7f45e2a4529c00937c3c21 Mon Sep 17 00:00:00 2001 From: keannu125 Date: Mon, 6 Mar 2023 18:46:30 +0800 Subject: [PATCH] Fixed Products blobview product icon being too small --- src/Components/ProductsPage/BlobView/BlobView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Components/ProductsPage/BlobView/BlobView.tsx b/src/Components/ProductsPage/BlobView/BlobView.tsx index 3050979..d318af9 100644 --- a/src/Components/ProductsPage/BlobView/BlobView.tsx +++ b/src/Components/ProductsPage/BlobView/BlobView.tsx @@ -33,7 +33,7 @@ export default function BlobView({ Products }: ProductList) { onClick={() => navigate("/Product/" + row.id)} >
- {" "} + {" "}

{row.name}