Skip to content

Commit cd2767c

Browse files
authored
Merge pull request #254 from CSE-Shaco/develop
typo(core-recruit): placeholder 추가
2 parents a5f36fd + 7605d47 commit cd2767c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/app/core-recruit/page.jsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ export default function CoreRecruit() {
256256
onValueChange={handleValueChange('name')}
257257
variant='bordered'
258258
labelPlacement='outside'
259-
placeholder=' '
259+
placeholder='이름을 입력해주세요'
260260
disableAutoFocus
261261
className='!mt-[10px]'
262262
classNames={{
@@ -296,7 +296,7 @@ export default function CoreRecruit() {
296296
onValueChange={handleValueChange('phone')}
297297
variant='bordered'
298298
labelPlacement='outside'
299-
placeholder=' '
299+
placeholder='010-1234-5678'
300300
inputMode='tel'
301301
disableAutoFocus
302302
className='!mt-[10px]'
@@ -360,7 +360,7 @@ export default function CoreRecruit() {
360360
onValueChange={handleValueChange('email')}
361361
variant='bordered'
362362
labelPlacement='outside'
363-
placeholder=' '
363+
placeholder='[email protected]'
364364
disableAutoFocus
365365
className='!mt-[10px]'
366366
classNames={{

0 commit comments

Comments
 (0)