Skip to content

Commit

Permalink
Merge pull request #205 from Hanbang-NeungYo-Baeksook/develop
Browse files Browse the repository at this point in the history
[HotFix] 🍎 회원가입 Route 수정
  • Loading branch information
Min-swo authored Dec 28, 2024
2 parents 4dc9c39 + 261d1b1 commit 49eac99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Signin/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ function SignInPage() {

<div
className='mt-[1.5rem] cursor-pointer hover:underline'
onClick={() => navigate('/signup')}
onClick={() => navigate('/auth/signup')}
>
회원가입
</div>
Expand Down

0 comments on commit 49eac99

Please sign in to comment.