From b41706734b436663bbaa49eabc357031e5e81ad7 Mon Sep 17 00:00:00 2001 From: Dylan Date: Wed, 6 Mar 2024 10:09:27 -0500 Subject: [PATCH] Changed login text for consistency --- client/src/components/Auth/LoginScreen.tsx | 2 +- client/src/components/Common/AuthButtons.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/components/Auth/LoginScreen.tsx b/client/src/components/Auth/LoginScreen.tsx index 7a02b0f5d..899a73364 100644 --- a/client/src/components/Auth/LoginScreen.tsx +++ b/client/src/components/Auth/LoginScreen.tsx @@ -126,7 +126,7 @@ const LoginScreen = () => { - Or Log In With + Or Login With diff --git a/client/src/components/Common/AuthButtons.tsx b/client/src/components/Common/AuthButtons.tsx index bac21afe5..973611948 100644 --- a/client/src/components/Common/AuthButtons.tsx +++ b/client/src/components/Common/AuthButtons.tsx @@ -86,7 +86,7 @@ export const LogInButton: React.FC<{ onPress?: () => void }> = ({ return ( - Log In + Login ); };