Browse Source

회원가입 placeholder 수정

pull/2/head
junh_eee(이준희) 2 years ago
parent
commit
96775e8bc0
  1. 3
      src/components/account/register/AccountRegisterForm.js

3
src/components/account/register/AccountRegisterForm.js

@ -516,7 +516,8 @@ export const AccountRegisterForm = ({
) : ( ) : (
<Input <Input
className='font-sm' className='font-sm'
defaultValue='인증번호 발송을 진행해 주세요.' // defaultValue='인증번호 발송을 진행해 주세요.'
placeholder='인증번호 발송을 진행해 주세요.'
/> />
)} )}
<div className='user-phone-btn'> <div className='user-phone-btn'>

Loading…
Cancel
Save