Skip to content

Commit

Permalink
feat: design change
Browse files Browse the repository at this point in the history
  • Loading branch information
jun-brro committed May 16, 2024
1 parent 98ec0fe commit 5fbaebb
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
Binary file removed public/Desktop - 8.png
Binary file not shown.
Binary file added public/Desktop - 9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>React App</title>
<title>์•Œ์ž˜๋”ฑ๊น”์„ผ</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<noscript>์•Œ์•„์„œ ์ž˜ ๋”ฑ ๊น”๋”ํ•˜๊ฒŒ ์„ผ์Šค์žˆ๊ฒŒ.</noscript>
<div id="root"></div>
<!--
This HTML file is a template.
Expand Down
3 changes: 2 additions & 1 deletion src/Pages/MainPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const MainPage: React.FC = () => {
<div className="overflow-hidden w-full min-h-screen fixed inset-0">
<img
className="absolute w-full min-h-screen object-cover"
src="Desktop - 8.png"
src="Desktop - 9.png"
alt="Background"
/>
<div className="absolute left-[342.51px] top-[458px] w-[820px] h-[107px] flex justify-center items-center">
Expand All @@ -55,6 +55,7 @@ const MainPage: React.FC = () => {
</div>
<div className="absolute left-[457.51px] top-[583px] w-[589px] flex flex-col justify-center items-center text-gray-300 text-[22px] font-normal break-words">
Input the Audio, and then wait for our recommendation!
<br />
<UploadButton onDrop={onDrop} />
</div>

Expand Down
2 changes: 1 addition & 1 deletion src/Pages/ResultPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const ResultPage = () => {
<div className="overflow-hidden w-full min-h-screen fixed inset-0">
<img
className="absolute w-full min-h-screen object-cover"
src="Desktop - 8.png"
src="Desktop - 9.png"
alt="Background"
/>
<div
Expand Down

0 comments on commit 5fbaebb

Please sign in to comment.