From 66650fed4ab97448c0c2341f002cc47544dc26b2 Mon Sep 17 00:00:00 2001 From: ks129 <45097959+ks129@users.noreply.github.com> Date: Tue, 23 Feb 2021 16:57:24 +0200 Subject: Move captcha to outside of form --- src/pages/FormPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/FormPage.tsx b/src/pages/FormPage.tsx index 9bd90d3..72049bb 100644 --- a/src/pages/FormPage.tsx +++ b/src/pages/FormPage.tsx @@ -341,8 +341,8 @@ function FormPage(): JSX.Element {
{ closed_header } { questions } - { captcha }
+ { captcha } -- cgit v1.2.3