Skip to content

Commit

Permalink
[design] 회원가입에서 로그인하러 가기 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
sem201 committed Nov 16, 2024
1 parent 7cb1ab1 commit 1c66cc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/component/signup/SignupForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,9 @@ const SignupForm = () => {
>
회원가입
</Button>

<Link to={"/"}>로그인 하러 가기</Link>
</ButtonContainer>
<p>계정이 이미 있으신가요?</p>
<Link to={"/"}>로그인 하러 가기</Link>
</>
);
};
Expand Down

0 comments on commit 1c66cc3

Please sign in to comment.