Skip to content

Commit

Permalink
Merge pull request #411 from depromeet/bugfix/410/fixNickNamePlaceHolder
Browse files Browse the repository at this point in the history
닉네임 설정 시 플레이스 홀더 명 변경
  • Loading branch information
klmhyeonwoo authored Sep 24, 2024
2 parents 9c7c61f + 0eceea9 commit e44851c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/app/login/SetNicknamePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export function SetNickNamePage() {
<Spacing size={0.3} />
<Typography variant="T4">닉네임을 설정해주세요!</Typography>
<Spacing size={4} />
<Input value={nickName} onChange={handleInputChange} placeholder="Text" count={true} maxLength={maxLength} />
<Input value={nickName} onChange={handleInputChange} placeholder="닉네임을 입력해주세요" count={true} maxLength={maxLength} />
<Spacing size={3.6} />
<TipCard message={"실명으로 활동하는 걸 추천해요!"} />

Expand Down

0 comments on commit e44851c

Please sign in to comment.