Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 10aa360

Browse files
committed
Change goal plan placeholder
1 parent 046cd79 commit 10aa360

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/components/goals/EditGoal.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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!!!"

src/components/goals/NewGoal.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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!!!"

0 commit comments

Comments
 (0)