diff options
author | Paul Frazee <pfrazee@gmail.com> | 2022-11-22 12:16:08 -0600 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2022-11-22 12:16:08 -0600 |
commit | 9ff78bbc43dfb0796168475f98475c54a62c7e8b (patch) | |
tree | 37d7c1b66bf5ea4ded1e4c5578c3490b4f4ee446 /src/view/com/composer/Prompt.tsx | |
parent | 6e67825eca8bc7e209534e725a4fa18aad4b531b (diff) | |
download | voidsky-9ff78bbc43dfb0796168475f98475c54a62c7e8b.tar.zst |
Change post prompt to 'Whats up?'
Diffstat (limited to 'src/view/com/composer/Prompt.tsx')
-rw-r--r-- | src/view/com/composer/Prompt.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/composer/Prompt.tsx b/src/view/com/composer/Prompt.tsx index 4a84c7160..f9fd7e7d3 100644 --- a/src/view/com/composer/Prompt.tsx +++ b/src/view/com/composer/Prompt.tsx @@ -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> |