Skip to content

Commit 8875248

Browse files
committed
feat: input placeholder text modified
1 parent 1c52f36 commit 8875248

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • dekstop_frontend/src/Pages/notes

dekstop_frontend/src/Pages/notes/Note.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ function Note() {
6969
setSaveMsg(false);
7070
}
7171
};
72-
const startHere = 'Start notes here...'
72+
const startHere = 'Start notes here....'
7373
return (
7474
<div className={notesStyle.notesWrapper}>
7575
<div className={notesStyle.notesContent}>

0 commit comments

Comments
 (0)