Skip to content
Open

Main #203

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/pages/SigninPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { MouseEventHandler, useEffect } from 'react';
import TextButton from '@/components/common/TextButton';
import { useAxios } from '@/hooks/useAxios';
import GithubIcon from '@/assets/GithubIcon';
import GoogleIcon from '@/assets/GoogleIcon';
// import GoogleIcon from '@/assets/GoogleIcon';
import KakaoIcon from '@/assets/KaKaoIcon';
import KeepyUppyIcon from '@/assets/KeepyUppyIcon';
import KeepyUppyLogo from '@/assets/KeepyUppyLogo';
Expand Down Expand Up @@ -58,7 +58,7 @@ const SigninPage = () => {
<div className="black w-full border-t-[0.1rem] border-solid border-t-[#5F5F5F4D]" />
</div>
<div className="flex w-full flex-col items-center gap-[1.2rem] ">
<TextButton
{/* <TextButton
name="google"
buttonSize="md"
color="white"
Expand All @@ -67,7 +67,7 @@ const SigninPage = () => {
>
<GoogleIcon />
<span>구글 로그인</span>
</TextButton>
</TextButton> */}
<TextButton
name="kakao"
buttonSize="md"
Expand Down