From f2362b05cd71f24184a6736a90a5f2d978dfafa8 Mon Sep 17 00:00:00 2001 From: "konstantina.galouni" Date: Wed, 18 Jan 2023 14:50:37 +0200 Subject: [PATCH] [Connect Admin]: app.component.ts: [Bug fix] Error fixed in Deposit link in menu. --- src/app/app.component.ts | 2 +- src/assets/openaire-theme | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/app.component.ts b/src/app/app.component.ts index 157055d..104215e 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -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", diff --git a/src/assets/openaire-theme b/src/assets/openaire-theme index 201ff99..99ecab0 160000 --- a/src/assets/openaire-theme +++ b/src/assets/openaire-theme @@ -1 +1 @@ -Subproject commit 201ff990c0b2532951a796b10799ab95cb40c0b0 +Subproject commit 99ecab0b4e9ceed21424c8fa26ef270b4695b11e