Skip to content

Commit

Permalink
fix: change wording on register page for better UX
Browse files Browse the repository at this point in the history
  • Loading branch information
velopert committed Jan 8, 2024
1 parent 623cb22 commit 318ae91
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/register/RegisterForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,10 @@ const RegisterForm: React.FC<RegisterFormProps> = ({
<LabelInput
name="username"
onChange={onChange}
label="아이디"
placeholder="아이디를 입력하세요"
label="사용자 ID"
placeholder="새 사용자 ID를 입력하세요"
value={form.username}
size={20}
size={22}
/>
<LabelInput
name="shortBio"
Expand Down Expand Up @@ -185,7 +185,7 @@ const RegisterForm: React.FC<RegisterFormProps> = ({
size="LARGE"
disabled={loading}
>
다음
가입
</RoundButton>
</div>
</div>
Expand Down

0 comments on commit 318ae91

Please sign in to comment.