mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-19 21:33:21 +00:00
Change plaintext icon in composer options
This commit is contained in:
parent
5ea45351a0
commit
a06e7bc3fb
|
@ -232,7 +232,7 @@ class ComposerOptions extends ImmutablePureComponent {
|
|||
|
||||
const contentTypeItems = {
|
||||
plain: {
|
||||
icon: 'align-left',
|
||||
icon: 'file-text',
|
||||
name: 'text/plain',
|
||||
text: <FormattedMessage {...messages.plain} />,
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue