diff options
Diffstat (limited to 'src/lib/brand/components/Brand.jsx')
| -rw-r--r-- | src/lib/brand/components/Brand.jsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/brand/components/Brand.jsx b/src/lib/brand/components/Brand.jsx index a42f4c81..c1215976 100644 --- a/src/lib/brand/components/Brand.jsx +++ b/src/lib/brand/components/Brand.jsx @@ -23,7 +23,7 @@ const Brand = ({ id }) => { return ( <> - <div className="min-h-[200px]"> + <div className="min-h-[150px]"> { brand.isLoading && <ImageSkeleton /> } { brand.data && ( <> @@ -44,7 +44,7 @@ const Brand = ({ id }) => { </SwiperSlide> )) } </Swiper> - <div className="p-4 pt-2"> + <div className="p-4"> <div className="text-caption-1 text-gray_r-11 mb-2">Produk dari brand:</div> { brand?.data?.logo && ( <Image |
