From: Thibaut Girka Date: Tue, 18 Jun 2019 14:26:10 +0000 (+0200) Subject: Change plaintext icon in composer options X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=a06e7bc3fb04614e4114a3e655cd4fb4cf39e05d;p=mastodon.git Change plaintext icon in composer options --- 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: , },