Skip to content

Commit

Permalink
[fix] 로그인 이미지 짜부 노
Browse files Browse the repository at this point in the history
  • Loading branch information
zestlee1106 committed Dec 26, 2023
1 parent c5a8e28 commit 8de83f0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions pages/login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,7 @@ export default function Login() {
return (
<div className="w-full font-pretendard">
<div className="relative h-[422px] mb-7 w-[calc(100%+40px)] -left-[20px]">
<CustomImage
src="/images/thumb.png"
alt="Koliving"
width={0}
height={0}
layout="fill"
objectFit="object-cover"
/>
<img className="object-cover w-full h-full" src="/images/top.png" alt="Koliving" />
</div>
<div className="m-[auto]">
<div className="mb-4 text-2xl font-semibold text-G6 font-poppins">{t('welcome')}</div>
Expand Down
Binary file added public/images/top.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8de83f0

Please sign in to comment.