diff --git a/src/app/navbar/navbar.component.ts b/src/app/navbar/navbar.component.ts
index 76b4e6f46d..df6226aedc 100644
--- a/src/app/navbar/navbar.component.ts
+++ b/src/app/navbar/navbar.component.ts
@@ -51,17 +51,17 @@ export class NavbarComponent extends MenuComponent implements OnInit {
} as TextMenuItemModel,
index: 0
},
- {
- id: 'browse_global_communities_and_collections',
- parentID: 'browse_global',
- active: false,
- visible: true,
- model: {
- type: MenuItemType.LINK,
- text: 'menu.section.browse_global_communities_and_collections',
- link: '#'
- } as LinkMenuItemModel,
- },
+ // {
+ // id: 'browse_global_communities_and_collections',
+ // parentID: 'browse_global',
+ // active: false,
+ // visible: true,
+ // model: {
+ // type: MenuItemType.LINK,
+ // text: 'menu.section.browse_global_communities_and_collections',
+ // link: '#'
+ // } as LinkMenuItemModel,
+ // },
{
id: 'browse_global_global_by_title',
parentID: 'browse_global',