File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 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({
101101 defaultValue = { goal . description }
102102 name = "description"
103103 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.. ."
106106 helpText = "[Basic Markdown](/markdown) is supported."
107107 hasError = { Boolean ( errors . description ) }
108108 errorMessage = "Something went wrong!!!"
Original file line number Diff line number Diff line change @@ -88,8 +88,8 @@ export default function NewGoal() {
8888 ref = { register }
8989 name = "description"
9090 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.. ."
9393 helpText = "[Basic Markdown](/markdown) is supported."
9494 hasError = { Boolean ( errors . description ) }
9595 errorMessage = "Something went wrong!!!"
You can’t perform that action at this time.
0 commit comments