diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-11-14 14:20:48 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-11-14 14:20:48 +0700 |
| commit | ff9a983d8b179308075bc7bd8833d1901c30486d (patch) | |
| tree | 40e904d98123f40bb4a86980afcd53d9dce31018 /src/lib/product/components | |
| parent | 90eb9e8ea858be3b38a6481050a029a32980f417 (diff) | |
<iman> change code name brand to truncate
Diffstat (limited to 'src/lib/product/components')
| -rw-r--r-- | src/lib/product/components/ProductCard.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/product/components/ProductCard.jsx b/src/lib/product/components/ProductCard.jsx index d3b50302..936d4ee0 100644 --- a/src/lib/product/components/ProductCard.jsx +++ b/src/lib/product/components/ProductCard.jsx @@ -143,7 +143,7 @@ const ProductCard = ({ product, simpleTitle, variant = 'vertical' }) => { <div className='p-2 sm:p-3 pb-3 text-caption-2 sm:text-body-2 leading-5'> <div className='flex justify-between '> {product?.manufacture?.name ? ( - <Link href={URL.manufacture} className='mb-1 mt-1'> + <Link href={URL.manufacture} className='mb-1 mt-1 truncate'> {product.manufacture.name} </Link> ) : ( |
