[Connect Admin]: app.component.ts: [Bug fix] Error fixed in Deposit link in menu.

This commit is contained in:
Konstantina Galouni 2023-01-18 14:50:37 +02:00
parent 3ab4651ccd
commit f2362b05cd
2 changed files with 2 additions and 2 deletions

View File

@ -226,7 +226,7 @@ export class AppComponent implements OnInit {
, null, null, null, null, "_self")
);
this.menuItems.push(
new MenuItem("deposit", "Deposit", "https://"+(properties.environment == "beta" ? "beta." : "")+this.community.communityId+".openaire.eu/participate/participate/deposit/learn-how", "", false, [], ['/participate/deposit/learn-how'], null, null, null, null, null, "_self")
new MenuItem("deposit", "Deposit", "https://"+(properties.environment == "beta" ? "beta." : "")+this.community.communityId+".openaire.eu/participate/deposit/learn-how", "", false, [], ['/participate/deposit/learn-how'], null, null, null, null, null, "_self")
);
this.menuItems.push(
new MenuItem("link", "Link", "https://"+(properties.environment == "beta" ? "beta." : "")+this.community.communityId+".openaire.eu/participate/claim", "", false, [], ['/participate/claim'], null, null, null, null, null, "_self",

@ -1 +1 @@
Subproject commit 201ff990c0b2532951a796b10799ab95cb40c0b0
Subproject commit 99ecab0b4e9ceed21424c8fa26ef270b4695b11e