Skip to content

Commit

Permalink
refactor: 회원 가입 wrapper tag 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Hojoong Choi committed May 17, 2024
1 parent ca4b82f commit 4e99c24
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frontend/src/components/Header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,9 @@ const Header = () => {
<>
<Link to={PATH.LOGIN}>로그인</Link>
<div className={styles.bar} />
<a onClick={goToSignUp}>회원가입</a>
<Link to="#" onClick={goToSignUp}>
회원가입
</Link>
</>
)}
</div>
Expand Down

0 comments on commit 4e99c24

Please sign in to comment.