Skip to content

Commit cd420e4

Browse files
committed
fix: 예시 텍스트 변경
1 parent 765ddec commit cd420e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/pages/GamePage/components/ClubNameInput/ClubNameInput.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const ClubNameInput = ({ onStart }: ClubNameInputProps) => {
2525
value={value}
2626
onChange={(e) => setValue(e.target.value)}
2727
onKeyDown={handleKeyDown}
28-
placeholder='예) 모아동 개발팀'
28+
placeholder='예) RCY'
2929
maxLength={30}
3030
autoFocus
3131
/>

0 commit comments

Comments
 (0)