Skip to content

Commit

Permalink
feat: design/layout change
Browse files Browse the repository at this point in the history
  • Loading branch information
jun-brro committed May 16, 2024
1 parent 434f55d commit 03f2352
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/Pages/MainPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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" }}
>
<div>Input the Audio, and then wait for our recommendation!</div>
<div className="mb-4">
Input the Audio, and then wait for our recommendation!
</div>
<UploadButton onDrop={onDrop} />
</div>

Expand Down Expand Up @@ -136,13 +138,13 @@ const MainPage: React.FC = () => {

{isAnalyzing && (
<div className="fixed inset-0 bg-white bg-opacity-75 flex flex-col justify-center items-center">
<img className="w-40 h-40 animate-pulse" src="Group 1.png" alt="" />
<div
className="text-center text-black text-2xl font-normal mb-4"
style={{ fontFamily: "Inter" }}
>
๋ถ„์„ ์ค‘์ž…๋‹ˆ๋‹ค...
</div>
<img className="w-96 h-96 animate-pulse" src="Group 1.png" alt="" />
</div>
)}
</div>
Expand Down

0 comments on commit 03f2352

Please sign in to comment.