From 4a13a473ab8a33c2a2516ab98761c9d0297e6926 Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Wed, 14 Oct 2020 11:18:29 +0000 Subject: [PATCH] [Library | Trunk]: Remove explore from navigation bar git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@59591 d315682c-612b-4755-9ff5-7f18f6832af3 --- sharedComponents/navigationBar.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sharedComponents/navigationBar.component.ts b/sharedComponents/navigationBar.component.ts index e158885e..5b3ffeb3 100644 --- a/sharedComponents/navigationBar.component.ts +++ b/sharedComponents/navigationBar.component.ts @@ -80,7 +80,7 @@ export class NavigationBarComponent implements OnInit, OnDestroy{ } initialize() { - if ((['explore', 'monitor', 'provide', 'develop', 'usage-counts', 'graph']).indexOf(this.portal) != -1) { + if ((['monitor', 'provide', 'develop', 'usage-counts', 'graph']).indexOf(this.portal) != -1) { this.header = { route: '/', url: null,