diff options
author | Thibaut Girka <thib@sitedethib.com> | 2019-06-18 16:26:10 +0200 |
---|---|---|
committer | ThibG <thib@sitedethib.com> | 2019-06-19 07:03:17 +0200 |
commit | a06e7bc3fb04614e4114a3e655cd4fb4cf39e05d (patch) | |
tree | 6b221bef6cf494ca3a586a77341d4261687a403f /app | |
parent | 5ea45351a0c3258a4e783e9f9b570e24b9c58d78 (diff) |
Change plaintext icon in composer options
Diffstat (limited to 'app')
-rw-r--r-- | app/javascript/flavours/glitch/features/compose/components/options.js | 2 |
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} />, }, |