diff --git a/src/components/form/ContactForm.tsx b/src/components/form/ContactForm.tsx index 5cfcb3e..5c42ffd 100644 --- a/src/components/form/ContactForm.tsx +++ b/src/components/form/ContactForm.tsx @@ -92,6 +92,9 @@ const ContactForm = ({ {termsText}

+ + {/* Inserted button element */} + ); };