From a6effc6ba3dec276d4acd464b493f89ca6c8b9a7 Mon Sep 17 00:00:00 2001 From: Bluenix Date: Thu, 5 Aug 2021 01:37:59 +0200 Subject: [PATCH] Remove "Return Home" button at the bottom of a form --- src/pages/FormPage.tsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/pages/FormPage.tsx b/src/pages/FormPage.tsx index d7dfd4b1..4fefc30f 100644 --- a/src/pages/FormPage.tsx +++ b/src/pages/FormPage.tsx @@ -39,7 +39,6 @@ class Navigation extends React.Component { > div { display: inline-block; margin: 2rem auto; - width: 50%; } @media (max-width: 870px) { @@ -108,10 +107,6 @@ class Navigation extends React.Component { return (
-
- Return Home -
-
{ submit }
);