diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-11-06 15:42:41 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-11-06 15:42:41 +0700 |
| commit | f7a32dbccbdefd478ed6bd6190bd4fa395eda720 (patch) | |
| tree | a3db4cecc5290b73df0b54065905f876a4fca5dc /src-migrate/modules/product-detail/components/Information.tsx | |
| parent | 9abd621285d739a9c502d661013db5ce96edec33 (diff) | |
<iman> update mobile view
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 8655517d..590e8afd 100644 --- a/src-migrate/modules/product-detail/components/Information.tsx +++ b/src-migrate/modules/product-detail/components/Information.tsx @@ -189,7 +189,7 @@ const Information = ({ product }: Props) => { width={100} src={product.manufacture.logo} alt={product.manufacture.name} - className='h-8 object-cover' + className='h-8 object-fit' /> </Link> ) : ( |
