Skip to content

Commit fd73af6

Browse files
committed
feat: link LoginPage to EditPwPage
1 parent 552613f commit fd73af6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/LoginPage.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ const LoginPage = () => {
1919
<LoginFormActions>
2020
<LoginButton />
2121
<LoginNavigation>
22-
<LoginNavigationLink text={'비밀번호 찾기'} to={'/'} />
23-
<LoginNavigationLink text={'회원가입'} to={'/'} />
22+
<LoginNavigationLink text={'비밀번호 찾기'} to={'/editPw'} />
23+
<LoginNavigationLink text={'회원가입'} to={'/join'} />
2424
</LoginNavigation>
2525
</LoginFormActions>
2626
</CenterPageLayout>

0 commit comments

Comments
 (0)