summaryrefslogtreecommitdiff
path: root/src-migrate/modules/product-detail/components/Information.tsx
diff options
context:
space:
mode:
authorFIN-IT_AndriFP <andrifebriyadiputra@gmail.com>2026-02-11 14:12:00 +0700
committerFIN-IT_AndriFP <andrifebriyadiputra@gmail.com>2026-02-11 14:12:00 +0700
commit64147303dbea6ac05e5e085e10760c4fc3a4727c (patch)
treefd078cd11cc5189044b3cd71e76148e34013c3cc /src-migrate/modules/product-detail/components/Information.tsx
parentae893cfc556eb7c2f31eefdc495e306891a829e0 (diff)
fix layout spec
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 ce848267..b0feb61a 100644
--- a/src-migrate/modules/product-detail/components/Information.tsx
+++ b/src-migrate/modules/product-detail/components/Information.tsx
@@ -267,7 +267,7 @@ const Information = ({ product }: Props) => {
>
{product?.manufacture.logo ? (
<ImageNext
- height={50}
+ height={100}
width={100}
src={product.manufacture.logo}
alt={product.manufacture.name}