fix: move "bookmark" button past "report" (#1891)

fixes #1879
This commit is contained in:
Nolan Lawson 2020-11-14 14:13:45 -08:00 committed by GitHub
parent 870fa0e93c
commit 9cb16ea91c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -124,16 +124,16 @@ export default {
label: 'Delete and redraft',
icon: '#fa-pencil'
},
{
key: 'bookmark',
label: bookmarkLabel,
icon: '#fa-bookmark'
},
!isUser && {
key: 'report',
label: 'Report toot',
icon: '#fa-flag'
},
{
key: 'bookmark',
label: bookmarkLabel,
icon: '#fa-bookmark'
},
isPublicOrUnlisted && supportsWebShare && {
key: 'share',
label: 'Share toot',