Skip to content

Commit

Permalink
feat: placeholder 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Hellol77 committed Aug 29, 2024
1 parent 7c596df commit e8c742a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/input.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default class Input {
const input = document.createElement("input");
input.id = "message_input";
input.type = "text";
input.placeholder = "고민을 입력해주세요!";
input.placeholder = "4자 이상 입력해주세요!";

const button = document.createElement("button");
button.id = "message_submit_button";
Expand Down

0 comments on commit e8c742a

Please sign in to comment.