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

fixes #1879
issue-1884
Nolan Lawson 2020-11-14 14:13:45 -08:00 zatwierdzone przez GitHub
rodzic 870fa0e93c
commit 9cb16ea91c
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 5 dodań i 5 usunięć

Wyświetl plik

@ -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',