Skip to content

Commit

Permalink
feat: url 포멧 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
SangWoo9734 committed Dec 26, 2024
1 parent 17d6b5b commit 5404458
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export default function SignInPage() {
<SocialSignInSection />
<div className='flex gap-2.5 justify-center items-center mt-[13px]'>
<p className='text-gray-600'>아직 회원이 아니신가요?</p>
<Link href='/auth/signup'>회원가입하기</Link>
<Link href='/auth/sign-up'>회원가입하기</Link>
</div>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const SignUpPage = () => {

<div className='flex gap-2.5 justify-center items-center mt-[13px]'>
<p className='text-gray-600'>이미 가입된 계정이 있으신가요?</p>
<Link href='/auth/signin'>로그인하러가기</Link>
<Link href='/auth/sign-in'>로그인하러가기</Link>
</div>
</div>
);
Expand Down

0 comments on commit 5404458

Please sign in to comment.