From 03f2352d89c68fa3c5032f1bd033d120fdb2b942 Mon Sep 17 00:00:00 2001 From: Junhyeong Park Date: Thu, 16 May 2024 22:51:27 +0900 Subject: [PATCH] feat: design/layout change --- src/Pages/MainPage.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/Pages/MainPage.tsx b/src/Pages/MainPage.tsx index 7c832fc..7eb0995 100644 --- a/src/Pages/MainPage.tsx +++ b/src/Pages/MainPage.tsx @@ -96,7 +96,9 @@ const MainPage: React.FC = () => { className="text-gray-300 text-2xl font-normal text-center mt-6 flex flex-col items-center" style={{ fontFamily: "Inter" }} > -
Input the Audio, and then wait for our recommendation!
+
+ Input the Audio, and then wait for our recommendation! +
@@ -136,13 +138,13 @@ const MainPage: React.FC = () => { {isAnalyzing && (
+
분석 중입니다...
-
)}