Add logo as svg. Update libraries
This commit is contained in:
parent
0a7b6c70c6
commit
6c4326d868
|
@ -35,7 +35,7 @@ import {AlertModal} from "./openaireLibrary/utils/modal/alert";
|
||||||
<a *ngIf="showGetStarted" extra-m class="uk-button uk-button-small uk-button-primary uk-text-uppercase uk-margin-left" routerLink="/get-started">Get Started</a>
|
<a *ngIf="showGetStarted" extra-m class="uk-button uk-button-small uk-button-primary uk-text-uppercase uk-margin-left" routerLink="/get-started">Get Started</a>
|
||||||
</navbar>
|
</navbar>
|
||||||
<schema2jsonld *ngIf="properties " [URL]="properties.domain + properties.baseLink"
|
<schema2jsonld *ngIf="properties " [URL]="properties.domain + properties.baseLink"
|
||||||
[logoURL]="properties.domain + properties.baseLink+'/assets/common-assets/logo-small-monitor.png'"
|
[logoURL]="properties.domain + properties.baseLink+'/assets/common-assets/logo-services/monitor/main.svg'"
|
||||||
type="home"
|
type="home"
|
||||||
description="OpenAIRE - Monitor, A new era of monitoring research. Open data. Open methodologies. Work together with us to view, understand and visualize research statistics and indicators. "
|
description="OpenAIRE - Monitor, A new era of monitoring research. Open data. Open methodologies. Work together with us to view, understand and visualize research statistics and indicators. "
|
||||||
name="OpenAIRE Monitor" [searchAction]="true"
|
name="OpenAIRE Monitor" [searchAction]="true"
|
||||||
|
@ -131,8 +131,8 @@ export class AppComponent {
|
||||||
route: "/",
|
route: "/",
|
||||||
url: null,
|
url: null,
|
||||||
title: 'monitor',
|
title: 'monitor',
|
||||||
logoUrl: this.logoPath + 'main.png',
|
logoUrl: this.logoPath + 'main.svg',
|
||||||
logoSmallUrl: this.logoPath + 'small.png',
|
logoSmallUrl: this.logoPath + 'small.svg',
|
||||||
position: 'left',
|
position: 'left',
|
||||||
badge: true,
|
badge: true,
|
||||||
menuPosition: 'center'
|
menuPosition: 'center'
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 4ccabced6dd8624a0c7cde617891cca4d10e0751
|
Subproject commit 1a2925a890260948369f22dd7e5cb899b5727816
|
|
@ -1 +1 @@
|
||||||
Subproject commit 9a06b6e012adb3f7c47659237fe775631a20ff11
|
Subproject commit 776ba07197e4cf73e98890bd4213a32183ea19d2
|
|
@ -1 +1 @@
|
||||||
Subproject commit de51fea2dd3c8a64fc3c68ed29a9aa8f71034a54
|
Subproject commit 7c79c5fb1b64293dc9e31dcc32a900d14d694389
|
Loading…
Reference in New Issue