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 = {
|
const contentTypeItems = {
|
||||||
plain: {
|
plain: {
|
||||||
icon: 'align-left',
|
icon: 'file-text',
|
||||||
name: 'text/plain',
|
name: 'text/plain',
|
||||||
text: <FormattedMessage {...messages.plain} />,
|
text: <FormattedMessage {...messages.plain} />,
|
||||||
},
|
},
|
||||||
|
|
Reference in New Issue