Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ArpaAP committed Aug 6, 2024
1 parent be683c5 commit 58233fd
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions apps/web/src/app/login/page.layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,34 +39,6 @@ export default function LoginPageLayout() {
<Image src={googleLogo} alt="" width={24} height={24} />
<div className="text-center w-full">구글 계정으로 로그인</div>
</button>
<button
type="button"
className="px-6 py-3 bg-[#FEE500] rounded-xl flex items-center gap-4"
onClick={() => signIn('kakao')}
>
<Image src={kakaoLogo} alt="" width={24} height={24} />
<div className="text-center w-full">
카카오 계정으로 로그인
</div>
</button>
<Link
href="/register/form"
className="px-6 py-3 bg-[#2DB400] rounded-xl flex items-center gap-4"
>
<Image src={naverLogoWhite} alt="" width={24} height={24} />
<div className="text-center w-full text-white">
네이버 계정으로 로그인
</div>
</Link>
<Link
href="/register/form"
className="px-6 py-3 bg-black rounded-xl flex items-center gap-4"
>
<Image src={appleLogoWhite} alt="" width={24} height={24} />
<div className="text-center w-full text-white">
Apple로 로그인
</div>
</Link>
</div>
</div>
</div>
Expand Down

0 comments on commit 58233fd

Please sign in to comment.