diff options
| author | Astra <dr1ft.ast@gmail.com> | 2018-06-07 17:33:28 -0400 |
|---|---|---|
| committer | Astra <dr1ft.ast@gmail.com> | 2018-06-07 17:33:28 -0400 |
| commit | ee1b60c9c511dcbcec51fc6284e64477a5bbf68c (patch) | |
| tree | 3dc840caff3130c2ac5bc498cc71ad8800721ed6 | |
| parent | ca95a108e395682e27faa94f9b841975293c0f63 (diff) | |
| parent | d62e7029948fce572a3c4ff0a50ad40130687238 (diff) | |
Merge branch 'develop' of https://git.pleroma.social/dr1ft/pleroma-fe into develop
| -rw-r--r-- | src/components/post_status_form/post_status_form.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/components/post_status_form/post_status_form.js b/src/components/post_status_form/post_status_form.js index 4b715086..cc08c8a2 100644 --- a/src/components/post_status_form/post_status_form.js +++ b/src/components/post_status_form/post_status_form.js @@ -47,10 +47,10 @@ const PostStatusForm = { posting: false, highlighted: 0, vis: { - public: { 'icon-globe': true, big: true, selected: true }, - unlisted: { 'icon-lock-open-alt': true, big: true, selected: false }, - private: { 'icon-lock': true, big: true, selected: false }, - direct: { 'icon-mail-alt': true, big: true, selected: false } + public: { icon: 'icon-globe', big: true, selected: true }, + unlisted: { icon: 'icon-lock-open-alt', big: true, selected: false }, + private: { icon: 'icon-lock', big: true, selected: false }, + direct: { icon: 'icon-mail-alt', big: true, selected: false } }, newStatus: { status: statusText, |
