Skip to content

Commit

Permalink
Fix:로그인에는 로그인으로 버튼 텍스트 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
wokbjso committed Dec 24, 2023
1 parent 4ce6f93 commit 9880b8b
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 9880b8b

Please sign in to comment.