about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/features/compose
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2019-06-18 16:26:10 +0200
committerThibG <thib@sitedethib.com>2019-06-19 07:03:17 +0200
commita06e7bc3fb04614e4114a3e655cd4fb4cf39e05d (patch)
tree6b221bef6cf494ca3a586a77341d4261687a403f /app/javascript/flavours/glitch/features/compose
parent5ea45351a0c3258a4e783e9f9b570e24b9c58d78 (diff)
Change plaintext icon in composer options
Diffstat (limited to 'app/javascript/flavours/glitch/features/compose')
-rw-r--r--app/javascript/flavours/glitch/features/compose/components/options.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/flavours/glitch/features/compose/components/options.js b/app/javascript/flavours/glitch/features/compose/components/options.js
index 0c94f5514..ed52b1997 100644
--- a/app/javascript/flavours/glitch/features/compose/components/options.js
+++ b/app/javascript/flavours/glitch/features/compose/components/options.js
@@ -232,7 +232,7 @@ class ComposerOptions extends ImmutablePureComponent {
 
     const contentTypeItems = {
       plain: {
-        icon: 'align-left',
+        icon: 'file-text',
         name: 'text/plain',
         text: <FormattedMessage {...messages.plain} />,
       },