diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2024-01-18 12:08:37 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2024-01-18 12:08:37 +0700 |
| commit | f02511b103acce8d3fa4bc174a43be15c4cca052 (patch) | |
| tree | 08b01776038a9c44f0e21b85c3f776b22c342081 /src-migrate/modules/product-detail/components/Breadcrumb.tsx | |
| parent | f7a0be1407da7edab60f6cb2ca3f1ef97acf811a (diff) | |
Update add to wishlist in product detail
Diffstat (limited to 'src-migrate/modules/product-detail/components/Breadcrumb.tsx')
| -rw-r--r-- | src-migrate/modules/product-detail/components/Breadcrumb.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-migrate/modules/product-detail/components/Breadcrumb.tsx b/src-migrate/modules/product-detail/components/Breadcrumb.tsx index 0ee5b115..ec445b60 100644 --- a/src-migrate/modules/product-detail/components/Breadcrumb.tsx +++ b/src-migrate/modules/product-detail/components/Breadcrumb.tsx @@ -18,7 +18,7 @@ const Breadcrumb = ({ id, name }: Props) => { const breadcrumbs = query.data || [] return ( - <div className='line-clamp-3 md:line-clamp-1 leading-7'> + <div className='line-clamp-2 md:line-clamp-1 leading-7 text-caption-1'> <Link href='/' className='text-danger-500'>Home</Link> <span className='mx-2'>/</span> {breadcrumbs.map((category, index) => ( |
