]> cat aescling's git repositories - mastodon.git/commitdiff
Change plaintext icon in composer options
authorThibaut Girka <thib@sitedethib.com>
Tue, 18 Jun 2019 14:26:10 +0000 (16:26 +0200)
committerThibG <thib@sitedethib.com>
Wed, 19 Jun 2019 05:03:17 +0000 (07:03 +0200)
app/javascript/flavours/glitch/features/compose/components/options.js

index 0c94f55145ec0c403b48000baafcf0bafc2e47f7..ed52b1997fc951d80b07e23a948b7d12e3eaa615 100644 (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} />,
       },