Skip to content

Commit

Permalink
removed whats new link
Browse files Browse the repository at this point in the history
  • Loading branch information
akanshaaa19 committed Nov 25, 2024
1 parent 78d8b55 commit 7c32768
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/config/menu.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { organizationHasDynamicRole } from 'common/utils';
import { ANALYTICS_URL, GLIFIC_DOCS_URL, NEW_UI_BLOG } from 'config';
import { ANALYTICS_URL, GLIFIC_DOCS_URL } from 'config';
import { getOrganizationServices } from 'services/AuthService';

const allRoles = ['Staff', 'Manager', 'Admin', 'Dynamic', 'Glific_admin'];
Expand Down Expand Up @@ -279,14 +279,14 @@ const menus = (): Menu[] => [
roles: staffLevel,
},

{
title: "What's new",
path: '/changelog',
url: NEW_UI_BLOG,
icon: 'new',
type: 'sideDrawer',
roles: staffLevel,
},
// {
// title: "What's new",
// path: '/changelog',
// url: NEW_UI_BLOG,
// icon: 'new',
// type: 'sideDrawer',
// roles: staffLevel,
// },
];

export const getMenus = (menuType = 'sideDrawer', role = 'Staff') =>
Expand Down

0 comments on commit 7c32768

Please sign in to comment.