Skip to content

Commit

Permalink
chore: 친구 친구 입력창 placeholder 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
gogumalatte committed Dec 2, 2024
1 parent 1f7e8fa commit 676e7cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Friends/Friends.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ const Friends: React.FC = () => {
<Box w="100%">
<InputGroup>
<Input
placeholder="친구 이메일 입력"
placeholder="친구 이메일 입력하여 친구추가"
value={email}
onChange={(e) => setEmail(e.target.value)}
onKeyPress={handleKeyPress}
Expand Down

0 comments on commit 676e7cd

Please sign in to comment.