diff options
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/home/components/Skeleton/PopularProductSkeleton.jsx | 3 |
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 /> |
