From 9e88ecd8eb8f3174a0624785f3aac75de04d79ed Mon Sep 17 00:00:00 2001 From: mlogclub Date: Tue, 28 Apr 2026 23:13:57 +0800 Subject: [PATCH] fix(nav-user): move change password menu item to a new position in the dropdown --- web/components/nav-user.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/web/components/nav-user.tsx b/web/components/nav-user.tsx index 801b9ac..976daaa 100644 --- a/web/components/nav-user.tsx +++ b/web/components/nav-user.tsx @@ -95,14 +95,6 @@ export function NavUser({ - { - setChangePasswordOpen(true) - }} - > - - 修改密码 - { router.push("/dashboard/notifications") @@ -117,6 +109,14 @@ export function NavUser({ ) : null} + { + setChangePasswordOpen(true) + }} + > + + 修改密码 +