Skip to content

Commit

Permalink
fix: path to impersonation page on side bar (#19260)
Browse files Browse the repository at this point in the history
  • Loading branch information
eunjae-lee authored Feb 12, 2025
1 parent 06bf9cf commit 2d12ea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/features/shell/SideBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export function SideBar({ bannersHeight, user }: SideBarProps) {
isAdmin
? {
name: "impersonation",
href: "/settings/security/impersonation",
href: "/settings/admin/impersonation",
icon: "lock",
}
: null,
Expand Down

0 comments on commit 2d12ea7

Please sign in to comment.