Skip to content

Commit

Permalink
fix: #410 Modify Nickname Placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
klmhyeonwoo committed Sep 24, 2024
1 parent 84b6090 commit 0eceea9
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 0eceea9

Please sign in to comment.