summaryrefslogtreecommitdiff
path: root/src/lib/brand
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/brand')
-rw-r--r--src/lib/brand/components/Brand.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/brand/components/Brand.jsx b/src/lib/brand/components/Brand.jsx
index db4e81da..6e156b8e 100644
--- a/src/lib/brand/components/Brand.jsx
+++ b/src/lib/brand/components/Brand.jsx
@@ -27,7 +27,7 @@ const Brand = ({ id }) => {
<>
<MobileView>
<>
- <div className='min-h-[150px]'>
+ <div>
{brand.isLoading && <ImageSkeleton />}
{brand.data && (
<>