#7007 update support url
This commit is contained in:
parent
070530b3c8
commit
57b662809f
|
@ -271,7 +271,7 @@ export class AppComponent {
|
||||||
new MenuItem("", "Invite users", "", "/invite", false, [], [], {}),
|
new MenuItem("", "Invite users", "", "/invite", false, [], [], {}),
|
||||||
];
|
];
|
||||||
if (this.isManager) {
|
if (this.isManager) {
|
||||||
this.userMenuItems.push(new MenuItem("", "Support", "https://openaire-connect.d4science.org/group/openaire-connect-gateway/explore?siteId=172366611", "", false, [], [], {}))
|
this.userMenuItems.push(new MenuItem("", "Support", "https://tools.openaire.eu/group/openaire_rcd", "", false, [], [], {}))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
this.showMenu = true;
|
this.showMenu = true;
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 7a375ee6f7a5788fa5085d2ee00aefa00f0f0c29
|
Subproject commit 64051887ce031b36d74349496912e5c337801c15
|
Loading…
Reference in New Issue