Remove Contact us from menu if monitor selected

This commit is contained in:
Konstantinos Triantafyllou 2022-06-08 14:20:45 +03:00
parent 2c5c604902
commit 1cc8220e53
2 changed files with 1 additions and 6 deletions

View File

@ -373,11 +373,6 @@ export class AppComponent implements OnInit, OnDestroy {
"https://" + (this.properties.environment == 'beta' ? 'beta.' : '') + 'monitor.openaire.eu/browse', "", false, [], null, {}),
items: []
});
this.menuItems.push({
rootItem: new MenuItem("contact", "Contact us",
"https://" + (this.properties.environment == 'beta' ? 'beta.' : '') + 'monitor.openaire.eu/contact-us', "", false, [], null, {}),
items: []
});
} else {
this.menuHeader = {
route: "/",

@ -1 +1 @@
Subproject commit f3af762dab9b3d489dd4f78c46f3537aff840efd
Subproject commit 86b78e12fdda81d8a90ed9393d34682d59aa0608