diff --git a/src/app/app.component.ts b/src/app/app.component.ts index b5ed62e..60c8b1c 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -259,6 +259,10 @@ export class AppComponent implements OnInit { new MenuItem("", "Projects and funding Opportunities", "https://"+(properties.environment == "beta" ? "beta." : "")+this.community.communityId+".openaire.eu/projects", "", false, [], ["/projects"], null, null, null, null, null, "_self") ] }); + this.menuItems.push({ + rootItem: new MenuItem("develop", "Develop", "https://"+(properties.environment == "beta" ? "beta." : "")+this.community.communityId+".openaire.eu/develop", "", false, [], [], null, null, null, null, null, "_self"), + items: [] + }); // if (this.isManager) { this.menuItems.push( { diff --git a/src/app/openaireLibrary b/src/app/openaireLibrary index 6be9430..71437f2 160000 --- a/src/app/openaireLibrary +++ b/src/app/openaireLibrary @@ -1 +1 @@ -Subproject commit 6be94301fac52105f9034d5d4b7228b441304b97 +Subproject commit 71437f208599735b6eb9ee9fe769111c9f26e3ee diff --git a/src/assets/dashboard-theme b/src/assets/dashboard-theme deleted file mode 160000 index 3027af3..0000000 --- a/src/assets/dashboard-theme +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 3027af352f9bc72d8870550d61138d66e219cb32