mirror of
https://github.com/makeplane/plane.git
synced 2025-12-25 16:19:43 +01: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