diff options
| author | HATEC\SPVDEV001 <tri.susilo@altama.co.id> | 2023-10-13 09:16:04 +0700 |
|---|---|---|
| committer | HATEC\SPVDEV001 <tri.susilo@altama.co.id> | 2023-10-13 09:16:04 +0700 |
| commit | 26cee59f3abad5a9c45821ebdccc8ccb819c930b (patch) | |
| tree | 6d90eef71db8d1ab9b456b43aef36b5873d13998 /src/lib/product/components/ProductSearch.jsx | |
| parent | 6115a7b9e9e1cd2231c946609cb1ceac6d167386 (diff) | |
| parent | 80295b97150495f56bd236a5345c2ddeb8313267 (diff) | |
Merge branch 'CR/breadcrumb' into CR/UI
Diffstat (limited to 'src/lib/product/components/ProductSearch.jsx')
| -rw-r--r-- | src/lib/product/components/ProductSearch.jsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/product/components/ProductSearch.jsx b/src/lib/product/components/ProductSearch.jsx index 1072b2ae..3c954548 100644 --- a/src/lib/product/components/ProductSearch.jsx +++ b/src/lib/product/components/ProductSearch.jsx @@ -158,7 +158,7 @@ const ProductSearch = ({ query, prefixUrl, defaultBrand = null }) => { <> <MobileView> {productSearch.isLoading && <ProductSearchSkeleton />} - <div className='p-4'> + <div className='p-4 pt-0'> <h1 className='mb-2 font-semibold text-h-sm'>Produk</h1> <div className='mb-2 leading-6 text-gray_r-11'> @@ -238,7 +238,7 @@ const ProductSearch = ({ query, prefixUrl, defaultBrand = null }) => { </MobileView> <DesktopView> - <div className='container mx-auto mt-10 flex mb-3'> + <div className='container mx-auto flex mb-3'> <div className='w-3/12'> <ProductFilterDesktop brands={brands || []} |
