summaryrefslogtreecommitdiff
path: root/src-migrate/modules/product-detail/components/Information.tsx
diff options
context:
space:
mode:
authorIT Fixcomart <it@fixcomart.co.id>2026-02-11 10:02:48 +0000
committerIT Fixcomart <it@fixcomart.co.id>2026-02-11 10:02:48 +0000
commitd6e010789baa412642afa3870d3e7eb35e792da6 (patch)
treefabd33274005e9faf055a3ba704424448880b5ef /src-migrate/modules/product-detail/components/Information.tsx
parentab86fdfd91837630d5ebd81865c60a212a8b27f1 (diff)
parente758a2cbf6eee38253d9fd15655eb7e38a63e815 (diff)
Merged in req_feb26 (pull request #473)
Req feb26
Diffstat (limited to 'src-migrate/modules/product-detail/components/Information.tsx')
-rw-r--r--src-migrate/modules/product-detail/components/Information.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src-migrate/modules/product-detail/components/Information.tsx b/src-migrate/modules/product-detail/components/Information.tsx
index 757cd473..236a03af 100644
--- a/src-migrate/modules/product-detail/components/Information.tsx
+++ b/src-migrate/modules/product-detail/components/Information.tsx
@@ -307,7 +307,7 @@ const Information = ({ product }: Props) => {
>
{product?.manufacture.logo ? (
<ImageNext
- height={50}
+ height={100}
width={100}
src={product.manufacture.logo}
alt={product.manufacture.name}