diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2026-02-11 10:02:48 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2026-02-11 10:02:48 +0000 |
| commit | d6e010789baa412642afa3870d3e7eb35e792da6 (patch) | |
| tree | fabd33274005e9faf055a3ba704424448880b5ef /src-migrate/modules/product-detail/components/Information.tsx | |
| parent | ab86fdfd91837630d5ebd81865c60a212a8b27f1 (diff) | |
| parent | e758a2cbf6eee38253d9fd15655eb7e38a63e815 (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.tsx | 2 |
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} |
