File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -101,8 +101,8 @@ export default function EditGoal({
101
101
defaultValue = { goal . description }
102
102
name = "description"
103
103
label = "What is your plan to achieve this goal?"
104
- rows = { 5 }
105
- placeholder = "I will code for atleast 2 hours everyday ."
104
+ rows = { 8 }
105
+ placeholder = "My plan is to.. ."
106
106
helpText = "[Basic Markdown](/markdown) is supported."
107
107
hasError = { Boolean ( errors . description ) }
108
108
errorMessage = "Something went wrong!!!"
Original file line number Diff line number Diff line change @@ -88,8 +88,8 @@ export default function NewGoal() {
88
88
ref = { register }
89
89
name = "description"
90
90
label = "What is your plan to achieve this goal?"
91
- rows = { 3 }
92
- placeholder = "I will code for atleast 2 hours everyday ."
91
+ rows = { 8 }
92
+ placeholder = "My plan is to.. ."
93
93
helpText = "[Basic Markdown](/markdown) is supported."
94
94
hasError = { Boolean ( errors . description ) }
95
95
errorMessage = "Something went wrong!!!"
You can’t perform that action at this time.
0 commit comments