diff --git a/apps/portal/src/features/support/components/ContactForm.tsx b/apps/portal/src/features/support/components/ContactForm.tsx index e71e2a3d..e50ca9cb 100644 --- a/apps/portal/src/features/support/components/ContactForm.tsx +++ b/apps/portal/src/features/support/components/ContactForm.tsx @@ -5,7 +5,7 @@ import { Button, Input } from "@/components/atoms"; import { FormField } from "@/components/molecules/FormField/FormField"; import { AlertBanner } from "@/components/molecules/AlertBanner/AlertBanner"; import { useZodForm } from "@/shared/hooks"; -import { CheckCircle } from "lucide-react"; +import { CheckCircle, Clock } from "lucide-react"; import { publicContactRequestSchema, type PublicContactRequest, @@ -60,15 +60,15 @@ export function ContactForm({ className }: ContactFormProps) { } return ( -
+
{form.submitError && ( {form.submitError} )} -
void form.handleSubmit(event)} className="space-y-5"> -
+ void form.handleSubmit(event)} className="space-y-4"> +
-
+