From f66b12fd1d0b83af0d7230d7b1565fbe00afbe3c Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Wed, 22 Feb 2023 11:03:34 +0700 Subject: prettier --- .../components/elements/Skeleton/BrandSkeleton.jsx | 8 +++--- .../components/elements/Skeleton/ImageSkeleton.jsx | 18 ++++++++---- .../elements/Skeleton/ProductCardSkeleton.jsx | 33 ++++++++++++++-------- 3 files changed, 39 insertions(+), 20 deletions(-) (limited to 'src/core/components/elements/Skeleton') diff --git a/src/core/components/elements/Skeleton/BrandSkeleton.jsx b/src/core/components/elements/Skeleton/BrandSkeleton.jsx index ce5a994d..9a7a51f9 100644 --- a/src/core/components/elements/Skeleton/BrandSkeleton.jsx +++ b/src/core/components/elements/Skeleton/BrandSkeleton.jsx @@ -1,8 +1,8 @@ const BrandSkeleton = () => ( -
-
- Loading... +
+
+ Loading...
) -export default BrandSkeleton \ No newline at end of file +export default BrandSkeleton diff --git a/src/core/components/elements/Skeleton/ImageSkeleton.jsx b/src/core/components/elements/Skeleton/ImageSkeleton.jsx index 2cda9536..2ca6b2a3 100644 --- a/src/core/components/elements/Skeleton/ImageSkeleton.jsx +++ b/src/core/components/elements/Skeleton/ImageSkeleton.jsx @@ -1,10 +1,18 @@ const ImageSkeleton = () => ( -
-
- +
+
+
- Loading... + Loading...
) -export default ImageSkeleton \ No newline at end of file +export default ImageSkeleton diff --git a/src/core/components/elements/Skeleton/ProductCardSkeleton.jsx b/src/core/components/elements/Skeleton/ProductCardSkeleton.jsx index 66b48f79..84d1c0d1 100644 --- a/src/core/components/elements/Skeleton/ProductCardSkeleton.jsx +++ b/src/core/components/elements/Skeleton/ProductCardSkeleton.jsx @@ -1,15 +1,26 @@ const ProductCardSkeleton = () => ( -
-
- -
-
-
-
-
-
- Loading... +
+
+ +
+
+
+
+
+
+ Loading...
) -export default ProductCardSkeleton \ No newline at end of file +export default ProductCardSkeleton -- cgit v1.2.3