diff --git a/www/public/login-sidebar.jpg b/www/public/login-sidebar.jpg deleted file mode 100644 index 473a1608e..000000000 Binary files a/www/public/login-sidebar.jpg and /dev/null differ diff --git a/www/src/components/users/LoginPortal.tsx b/www/src/components/users/LoginPortal.tsx index a192af334..3412eb95f 100644 --- a/www/src/components/users/LoginPortal.tsx +++ b/www/src/components/users/LoginPortal.tsx @@ -1,7 +1,4 @@ import { styledTheme } from '@pluralsh/design-system' -import { Div, Flex, Img } from 'honorable' - -import { LOGIN_SIDEBAR_IMAGE } from '../constants' import { Footer, FooterBalancer } from './LoginFooter' @@ -13,45 +10,29 @@ export const LOGIN_BREAKPOINT = `@media screen and (min-width: ${ export function LoginPortal({ children }: any) { return ( - - {/* LEFT SIDE */} - - - - {/* RIGHT SIDE */} - + +
- -
- {children} -
-
- - + {children} +
+