Change post prompt to 'Whats up?'
parent
6e67825eca
commit
9ff78bbc43
|
@ -172,7 +172,7 @@ export const ComposePost = observer(function ComposePost({
|
||||||
multiline
|
multiline
|
||||||
scrollEnabled
|
scrollEnabled
|
||||||
onChangeText={(text: string) => onChangeText(text)}
|
onChangeText={(text: string) => onChangeText(text)}
|
||||||
placeholder={replyTo ? 'Write your reply' : "What's new?"}
|
placeholder={replyTo ? 'Write your reply' : "What's up?"}
|
||||||
style={styles.textInput}>
|
style={styles.textInput}>
|
||||||
{textDecorated}
|
{textDecorated}
|
||||||
</TextInput>
|
</TextInput>
|
||||||
|
|
|
@ -20,7 +20,7 @@ export function ComposePrompt({onPressCompose}: {onPressCompose: () => void}) {
|
||||||
/>
|
/>
|
||||||
</TouchableOpacity>
|
</TouchableOpacity>
|
||||||
<View style={styles.textContainer}>
|
<View style={styles.textContainer}>
|
||||||
<Text style={styles.text}>What's happening?</Text>
|
<Text style={styles.text}>What's up?</Text>
|
||||||
</View>
|
</View>
|
||||||
<View style={styles.btn}>
|
<View style={styles.btn}>
|
||||||
<Text style={styles.btnText}>Post</Text>
|
<Text style={styles.btnText}>Post</Text>
|
||||||
|
|
Loading…
Reference in New Issue