We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaf616f commit 4d4db51Copy full SHA for 4d4db51
client/src/components/Common/AuthButtons.tsx
@@ -86,7 +86,7 @@ export const LogInButton: React.FC<{ onPress?: () => void }> = ({
86
87
return (
88
<TouchableOpacity style={styles.login_button} onPress={onPress}>
89
- <Text style={styles.button_text}>Login</Text>
+ <Text style={styles.button_text}>Log In</Text>
90
</TouchableOpacity>
91
);
92
};
0 commit comments