From ef28973b0683823d2f3e1cee128055b18530d522 Mon Sep 17 00:00:00 2001 From: Sam Nystrom Date: Tue, 12 Mar 2024 18:58:36 +0000 Subject: Style login and signup pages --- src/pages/LogIn.tsx | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) (limited to 'src/pages/LogIn.tsx') diff --git a/src/pages/LogIn.tsx b/src/pages/LogIn.tsx index c787dce..55b2109 100644 --- a/src/pages/LogIn.tsx +++ b/src/pages/LogIn.tsx @@ -18,16 +18,23 @@ export const LogIn = () => { }; return ( +
+

Log In

+

+ Don't have an account? Sign up +

+
- +
+
); }; \ No newline at end of file -- cgit v1.2.3