mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
[WEB-1808] style: fix settings highlight on app sidebar. (#4995)
This commit is contained in:
@@ -296,7 +296,7 @@ export const SIDEBAR_WORKSPACE_MENU_ITEMS: {
|
||||
label: "Settings",
|
||||
href: `/settings`,
|
||||
access: EUserWorkspaceRoles.GUEST,
|
||||
highlight: (pathname: string, baseUrl: string) => pathname.includes(`${baseUrl}/analytics/`),
|
||||
highlight: (pathname: string, baseUrl: string) => pathname.includes(`${baseUrl}/settings/`),
|
||||
Icon: Settings,
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user