We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 58edfea + 318ae91 commit 309eaabCopy full SHA for 309eaab
src/components/register/RegisterForm.tsx
@@ -122,10 +122,10 @@ const RegisterForm: React.FC<RegisterFormProps> = ({
122
<LabelInput
123
name="username"
124
onChange={onChange}
125
- label="아이디"
126
- placeholder="아이디를 입력하세요"
+ label="사용자 ID"
+ placeholder="새 사용자 ID를 입력하세요"
127
value={form.username}
128
- size={20}
+ size={22}
129
/>
130
131
name="shortBio"
@@ -185,7 +185,7 @@ const RegisterForm: React.FC<RegisterFormProps> = ({
185
size="LARGE"
186
disabled={loading}
187
>
188
- 다음
+ 가입
189
</RoundButton>
190
</div>
191
0 commit comments