Skip to content

Commit

Permalink
feat: Add Login Page Default Layout
Browse files Browse the repository at this point in the history
  • Loading branch information
sean2337 committed Jul 10, 2024
1 parent 2b36a4d commit 3c4f7d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/login/Login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { googleLogin } from "./google/googleLogin";

const Login = () => {
return (
<DefaultLayout appBarVisible={false}>
<DefaultLayout title="떡잎마을 방법대" RightComp={<>Right Comp</>}>
<SocialLoginButton type="kakao" handler={kakaoLogin} />
<SocialLoginButton type="google" handler={googleLogin} />
</DefaultLayout>
Expand Down

0 comments on commit 3c4f7d2

Please sign in to comment.