forked from AkkomaGang/akkoma-fe
Merge branch 'develop' of https://git.pleroma.social/dr1ft/pleroma-fe into develop
This commit is contained in:
commit
ee1b60c9c5
1 changed files with 4 additions and 4 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue