diff --git a/src/app/(main)/dashboard/_components/new-form-dialog.tsx b/src/app/(main)/dashboard/_components/new-form-dialog.tsx index 03a3237..57f79ff 100644 --- a/src/app/(main)/dashboard/_components/new-form-dialog.tsx +++ b/src/app/(main)/dashboard/_components/new-form-dialog.tsx @@ -92,7 +92,12 @@ export function CreateFormDialog() { - Create Form + + Create Form +

+ Start receiving submissions +

+
( - Name + + Name +

+ How you want to call your form +

+
@@ -114,7 +124,12 @@ export function CreateFormDialog() { name="description" render={({ field }) => ( - Description + + Description +

+ Describe your form +

+
@@ -128,7 +143,12 @@ export function CreateFormDialog() { name="returnUrl" render={({ field }) => ( - Return URL + + Return URL +

+ Where to redirect after submission +

+
@@ -138,7 +158,12 @@ export function CreateFormDialog() { /> - +