summaryrefslogtreecommitdiff
path: root/src/lib/home/components/Skeleton
diff options
context:
space:
mode:
authorRafi Zadanly <zadanlyr@gmail.com>2023-09-29 15:35:44 +0700
committerRafi Zadanly <zadanlyr@gmail.com>2023-09-29 15:35:44 +0700
commit607b943dae3cacffcd76a6763fddc3c218792d74 (patch)
tree4d90ec2813d4bdb65cda1f5fb51e3f59024c6bf8 /src/lib/home/components/Skeleton
parent616e9292cd1db6bbc0cd28208e5403dd667152b9 (diff)
Add except for non publish product solr
Diffstat (limited to 'src/lib/home/components/Skeleton')
-rw-r--r--src/lib/home/components/Skeleton/PopularProductSkeleton.jsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/home/components/Skeleton/PopularProductSkeleton.jsx b/src/lib/home/components/Skeleton/PopularProductSkeleton.jsx
index 29fda966..754bdd57 100644
--- a/src/lib/home/components/Skeleton/PopularProductSkeleton.jsx
+++ b/src/lib/home/components/Skeleton/PopularProductSkeleton.jsx
@@ -11,7 +11,8 @@ const PopularProductSkeleton = () => (
</div>
</MobileView>
<DesktopView>
- <div className='grid grid-cols-5 gap-x-3'>
+ <div className='grid grid-cols-6 gap-x-3'>
+ <ProductCardSkeleton />
<ProductCardSkeleton />
<ProductCardSkeleton />
<ProductCardSkeleton />