Change post prompt to 'Whats up?'

This commit is contained in:
Paul Frazee 2022-11-22 12:16:08 -06:00
parent 6e67825eca
commit 9ff78bbc43
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@ export function ComposePrompt({onPressCompose}: {onPressCompose: () => void}) {
/>
</TouchableOpacity>
<View style={styles.textContainer}>
<Text style={styles.text}>What's happening?</Text>
<Text style={styles.text}>What's up?</Text>
</View>
<View style={styles.btn}>
<Text style={styles.btnText}>Post</Text>