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 && (
+
분석 중입니다...
-
)}