From 59f88e8611ff592ccd9e6f955b5699edaa9ea3d7 Mon Sep 17 00:00:00 2001 From: iLevyTate <78818969+iLevyTate@users.noreply.github.com> Date: Thu, 3 Aug 2023 10:34:36 -0400 Subject: [PATCH] Updaded layout --- frontend/src/routes/create-goals/+page.svelte | 121 +++++++++--------- 1 file changed, 64 insertions(+), 57 deletions(-) diff --git a/frontend/src/routes/create-goals/+page.svelte b/frontend/src/routes/create-goals/+page.svelte index d941f6cf..8af347c1 100644 --- a/frontend/src/routes/create-goals/+page.svelte +++ b/frontend/src/routes/create-goals/+page.svelte @@ -52,16 +52,14 @@
-
-
- +
- + {#if loadingGenerate}
@@ -90,7 +88,7 @@ id="specific" class="shadow appearance-none border rounded-xl w-full py-2 px-3 leading-tight focus:outline-none focus:shadow-outline flex-grow mb-2 md:mb-0" type="text" - placeholder="AchievAIm's Specific suggestion" + placeholder="AchievAIm's Specific suggestion. e.g. 15 min daily exercise." bind:value={goal.specific} />
@@ -182,7 +182,7 @@ id="attainable" class="shadow appearance-none border rounded-xl w-full py-2 px-3 leading-tight focus:outline-none focus:shadow-outline flex-grow mb-2 md:mb-0" type="text" - placeholder="AchievAIm's Attainable suggestion" + placeholder="AchievAIm's Attainable suggestion. e.g. Find enjoyable activities." bind:value={goal.attainable} />
@@ -393,9 +402,8 @@ /> @@ -438,9 +446,8 @@ />