From 724cc3a7fd72697c3dec087b4cc49dd38ec42924 Mon Sep 17 00:00:00 2001 From: mgalihpp Date: Fri, 24 Nov 2023 17:19:17 +0700 Subject: [PATCH] fix justify for mobile and dekstop --- client/src/pages/Category.jsx | 2 +- client/src/pages/Home/Main.jsx | 4 ++-- client/src/pages/SearchMusic.jsx | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client/src/pages/Category.jsx b/client/src/pages/Category.jsx index f539c86..a99fa8d 100644 --- a/client/src/pages/Category.jsx +++ b/client/src/pages/Category.jsx @@ -44,7 +44,7 @@ const Category = () => {
{compLoad ? ( diff --git a/client/src/pages/Home/Main.jsx b/client/src/pages/Home/Main.jsx index d524add..8902aea 100644 --- a/client/src/pages/Home/Main.jsx +++ b/client/src/pages/Home/Main.jsx @@ -72,7 +72,7 @@ const Main = () => {
}> -
+
{isPLoading ? ( Array.from({ length: 3 }, (_, index) => (
@@ -126,7 +126,7 @@ const Main = () => { }>
{isLoading ? ( diff --git a/client/src/pages/SearchMusic.jsx b/client/src/pages/SearchMusic.jsx index 046c6c3..592e221 100644 --- a/client/src/pages/SearchMusic.jsx +++ b/client/src/pages/SearchMusic.jsx @@ -148,7 +148,7 @@ const SearchMusic = () => {
{renderMusicCards()}