From 55f6839521db96c3cb1fb2a94eb5d91a44e81e76 Mon Sep 17 00:00:00 2001 From: Nuwan Date: Sat, 8 Feb 2025 18:51:08 +0530 Subject: [PATCH] chage menu items order under account submenu --- jam-ui/src/routes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jam-ui/src/routes.js b/jam-ui/src/routes.js index deeb8b84c..b7bc08b81 100644 --- a/jam-ui/src/routes.js +++ b/jam-ui/src/routes.js @@ -55,11 +55,11 @@ export const accountRoutes = { exact: true, icon: 'lock', children: [ - { to: '/account/identity', name: 'Identity'}, { to: '/account/subscription', name: 'Subscription'}, { to: '/account/payments', name: 'Payment History'}, { to: '/account/payment-method', name: 'Payment Method'}, { to: '/account/preferences', name: 'Preferences'}, + { to: '/account/identity', name: 'Identity'}, ] }