Skip to content

Commit

Permalink
Changed login text for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
dyland88 committed Mar 6, 2024
1 parent 4d4db51 commit b417067
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/src/components/Auth/LoginScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ const LoginScreen = () => {
<View style={styles.horizontal_line} />
<View>
<Text style={[styles.regular_text, { marginHorizontal: 10 }]}>
Or Log In With
Or Login With
</Text>
</View>
<View style={styles.horizontal_line} />
Expand Down
2 changes: 1 addition & 1 deletion client/src/components/Common/AuthButtons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export const LogInButton: React.FC<{ onPress?: () => void }> = ({

return (
<TouchableOpacity style={styles.login_button} onPress={onPress}>
<Text style={styles.button_text}>Log In</Text>
<Text style={styles.button_text}>Login</Text>
</TouchableOpacity>
);
};
Expand Down

0 comments on commit b417067

Please sign in to comment.