Skip to content

Commit

Permalink
feat: 로그인 페이지 회원가입, 아이디 찾기, 비밀번호 찾기 링크 연결 #128
Browse files Browse the repository at this point in the history
  • Loading branch information
seoye0ng committed Jan 25, 2024
1 parent 8f9ed85 commit 80d8733
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/login/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,13 @@ function LoginPage() {
</form>
<ul className={cx('linkContainer')}>
<li>
<Link href="/">회원가입</Link>
<Link href="/signup">회원가입</Link>
</li>
<li>
<Link href="/">아이디 찾기</Link>
<Link href="/find-id">아이디 찾기</Link>
</li>
<li>
<Link href="/">비밀번호 찾기</Link>
<Link href="find-password">비밀번호 찾기</Link>
</li>
</ul>
</main>
Expand Down

0 comments on commit 80d8733

Please sign in to comment.