From 1be6ab2878a4b73aa90b8bb6e0ce38cef1a6f06b Mon Sep 17 00:00:00 2001 From: brendanlaschke Date: Fri, 15 Sep 2023 18:22:07 +0300 Subject: [PATCH] Reorder options menu board (#1606) - reorder menu --- .../board/components/BoardOptionsDropdownContent.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/front/src/modules/ui/board/components/BoardOptionsDropdownContent.tsx b/front/src/modules/ui/board/components/BoardOptionsDropdownContent.tsx index 08c403437..231b7a043 100644 --- a/front/src/modules/ui/board/components/BoardOptionsDropdownContent.tsx +++ b/front/src/modules/ui/board/components/BoardOptionsDropdownContent.tsx @@ -182,16 +182,16 @@ export function BoardOptionsDropdownContent({ )} - handleMenuNavigate('stages')} - LeftIcon={IconLayoutKanban} - text="Stages" - /> handleMenuNavigate('fields')} LeftIcon={IconTag} text="Fields" /> + handleMenuNavigate('stages')} + LeftIcon={IconLayoutKanban} + text="Stages" + /> )}