Skip to content

Commit

Permalink
Changed Login button for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
dyland88 committed Mar 6, 2024
1 parent aaf616f commit 4d4db51
Showing 1 changed file with 1 addition and 1 deletion.
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}>Login</Text>
<Text style={styles.button_text}>Log In</Text>
</TouchableOpacity>
);
};
Expand Down

0 comments on commit 4d4db51

Please sign in to comment.