From 13451b7588aa5800f0c1a87e7c3b49830d9e4087 Mon Sep 17 00:00:00 2001 From: Sam Nystrom Date: Wed, 13 Mar 2024 17:45:11 +0000 Subject: refactor: add title prop to Header --- src/pages/LogIn.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pages/LogIn.tsx') diff --git a/src/pages/LogIn.tsx b/src/pages/LogIn.tsx index 1f6cb70..3142da4 100644 --- a/src/pages/LogIn.tsx +++ b/src/pages/LogIn.tsx @@ -20,7 +20,7 @@ const LogIn = () => { return ( <> -
+
-- cgit v1.2.3