diff --git a/explore/src/app/app.component.ts b/explore/src/app/app.component.ts index 2bd2b0af..67843946 100644 --- a/explore/src/app/app.component.ts +++ b/explore/src/app/app.component.ts @@ -1,12 +1,11 @@ import {Component} from '@angular/core'; -import {ActivatedRoute, NavigationStart, Router} from '@angular/router'; +import {ActivatedRoute, Router} from '@angular/router'; import {EnvProperties} from './openaireLibrary/utils/properties/env-properties'; import {MenuItem, RootMenuItem} from './openaireLibrary/sharedComponents/menu'; import {EnvironmentSpecificService} from './openaireLibrary/utils/properties/environment-specific.service'; import {Session, User} from './openaireLibrary/login/utils/helper.class'; -import {HelperFunctions} from "./openaireLibrary/utils/HelperFunctions.class"; import {UserManagementService} from "./openaireLibrary/services/user-management.service"; import {ConfigurationService} from "./openaireLibrary/utils/configuration/configuration.service"; import {Header} from "./openaireLibrary/sharedComponents/navigationBar.component"; @@ -26,7 +25,7 @@ import {OpenaireEntities} from "./openaireLibrary/utils/properties/searchFields" [onlyTop]=false [user]="user" [communityId]="properties.adminToolsCommunity" [userMenuItems]=userMenuItems [menuItems]=menuItems> @@ -56,7 +55,6 @@ export class AppComponent { properties: EnvProperties = properties; user: User; header: Header; - logoPath: string = 'assets/common-assets/'; subscriptions = []; constructor(private route: ActivatedRoute, private propertiesService: EnvironmentSpecificService, @@ -88,8 +86,8 @@ export class AppComponent { route: "/", url: null, title: 'explore', - logoUrl: this.logoPath + 'logo-large-explore.png', - logoSmallUrl: this.logoPath + 'logo-small-explore.png', + logoUrl: 'assets/common-assets/logo-services/explore/main.svg', + logoSmallUrl: 'assets/common-assets/logo-services/explore/small.svg', position: 'left', badge: true }; diff --git a/explore/src/assets/common-assets b/explore/src/assets/common-assets index 960456e6..e0ff4127 160000 --- a/explore/src/assets/common-assets +++ b/explore/src/assets/common-assets @@ -1 +1 @@ -Subproject commit 960456e6f06ebed8afc252b4e938c893eb767a57 +Subproject commit e0ff4127402ee93a1c757c8aee246fe2c20b18af