From 0b18565d5517e77cef961e9c977f18d3d32cef3d Mon Sep 17 00:00:00 2001 From: Danny Rorabaugh Date: Mon, 11 Dec 2023 16:08:44 -0500 Subject: [PATCH] [Login] Fix button layout --- src/components/Login/Login.tsx | 56 +++++++++++++++++++--------------- 1 file changed, 32 insertions(+), 24 deletions(-) diff --git a/src/components/Login/Login.tsx b/src/components/Login/Login.tsx index 7de3530dc4..f498f08f84 100644 --- a/src/components/Login/Login.tsx +++ b/src/components/Login/Login.tsx @@ -159,35 +159,43 @@ export default function Login(): ReactElement { /> {/* User Guide, Sign Up, and Log In buttons */} - - + + - - - - - - - {t("login.login")} - + + + + + + + + {t("login.login")} + +