From aa65176bb49434ee14e423b0fab800f6feb88192 Mon Sep 17 00:00:00 2001 From: Ammar Ahmed Date: Mon, 10 Mar 2025 09:41:26 +0500 Subject: [PATCH] mobile: change item positions --- apps/mobile/app/components/properties/items.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/mobile/app/components/properties/items.tsx b/apps/mobile/app/components/properties/items.tsx index 618b4e821..96d444781 100644 --- a/apps/mobile/app/components/properties/items.tsx +++ b/apps/mobile/app/components/properties/items.tsx @@ -38,23 +38,23 @@ const TOP_BAR_ITEMS: ActionId[] = [ "favorite", "lock-unlock", "publish", - "export", - "copy-link", - "duplicate", "local-only", - "read-only" + "read-only", + "pin-to-notifications" ]; const BOTTOM_BAR_ITEMS: ActionId[] = [ "notebooks", "add-reminder", - "pin-to-notifications", "history", "reminders", "attachments", "references", "copy", "share", + "export", + "copy-link", + "duplicate", "trash" ];