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 New Issue