Add additional descriptive text to compose post modal.

This commit is contained in:
Gabe Kangas 2022-12-19 11:58:04 -08:00
parent edfb44d7a8
commit 8376420e86
No known key found for this signature in database
GPG key ID: 4345B2060657F330

View file

@ -67,8 +67,11 @@ export const ComposeFederatedPost: FC<ComposeFederatedPostProps> = ({ open, hand
</Button>,
]}
>
<h3>
Tell the world about your future streaming plans or let your followers know to tune in.
</h3>
<TextArea
placeholder="Tell the world about your streaming plans..."
placeholder="I'm still live, come join me!"
size="large"
showCount
maxLength={500}