Move the translate item to the top of the menu

This commit is contained in:
Paul Frazee
2023-03-03 13:19:00 -08:00
parent 6488aade12
commit 33be8a1d59
+7 -7
View File
@@ -147,6 +147,13 @@ export function PostDropdownBtn({
},
}
: undefined,
{
icon: 'language',
label: 'Translate...',
onPress() {
onOpenTranslate()
},
},
{
icon: ['far', 'paste'],
label: 'Copy post text',
@@ -161,13 +168,6 @@ export function PostDropdownBtn({
Share.share({url: toShareUrl(itemHref)})
},
},
{
icon: 'language',
label: 'Translate...',
onPress() {
onOpenTranslate()
},
},
{
icon: 'circle-exclamation',
label: 'Report post',