We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 552613f commit fd73af6Copy full SHA for fd73af6
src/pages/LoginPage.tsx
@@ -19,8 +19,8 @@ const LoginPage = () => {
19
<LoginFormActions>
20
<LoginButton />
21
<LoginNavigation>
22
- <LoginNavigationLink text={'비밀번호 찾기'} to={'/'} />
23
- <LoginNavigationLink text={'회원가입'} to={'/'} />
+ <LoginNavigationLink text={'비밀번호 찾기'} to={'/editPw'} />
+ <LoginNavigationLink text={'회원가입'} to={'/join'} />
24
</LoginNavigation>
25
</LoginFormActions>
26
</CenterPageLayout>
0 commit comments