Change plaintext icon in composer options

signup-info-prompt
Thibaut Girka 2019-06-18 16:26:10 +02:00 committed by ThibG
parent 5ea45351a0
commit a06e7bc3fb
1 changed files with 1 additions and 1 deletions

View File

@ -232,7 +232,7 @@ class ComposerOptions extends ImmutablePureComponent {
const contentTypeItems = {
plain: {
icon: 'align-left',
icon: 'file-text',
name: 'text/plain',
text: <FormattedMessage {...messages.plain} />,
},