Skip to content

Commit 4d4db51

Browse files
committed
Changed Login button for consistency
1 parent aaf616f commit 4d4db51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/components/Common/AuthButtons.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export const LogInButton: React.FC<{ onPress?: () => void }> = ({
8686

8787
return (
8888
<TouchableOpacity style={styles.login_button} onPress={onPress}>
89-
<Text style={styles.button_text}>Login</Text>
89+
<Text style={styles.button_text}>Log In</Text>
9090
</TouchableOpacity>
9191
);
9292
};

0 commit comments

Comments
 (0)