mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-23 22:48:07 +01:00
Change plaintext icon in composer options
This commit is contained in:
parent
5ea45351a0
commit
a06e7bc3fb
1 changed files with 1 additions and 1 deletions
|
@ -232,7 +232,7 @@ class ComposerOptions extends ImmutablePureComponent {
|
||||||
|
|
||||||
const contentTypeItems = {
|
const contentTypeItems = {
|
||||||
plain: {
|
plain: {
|
||||||
icon: 'align-left',
|
icon: 'file-text',
|
||||||
name: 'text/plain',
|
name: 'text/plain',
|
||||||
text: <FormattedMessage {...messages.plain} />,
|
text: <FormattedMessage {...messages.plain} />,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue