Skip to content

Commit

Permalink
Merge pull request #18 from local-mood/Hyeonmin
Browse files Browse the repository at this point in the history
Fix:로그인에는 로그인으로 버튼 텍스트 수정
  • Loading branch information
wokbjso authored Dec 24, 2023
2 parents b5c3cb8 + 9880b8b commit d780e58
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export default function FormLayout({ type, onSubmit }: FormProps) {
bgColor={theme.colors.mainColor}
addClass="border-radius:1rem;"
>
가입하기
{type === FORM_TYPE.LOGIN ? "로그인" : "가입하기"}
</AuthButton>
</FormButtonContainer>
</FormContainer>
Expand Down

0 comments on commit d780e58

Please sign in to comment.