mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-3305] change logo image directory (#3556)
This commit is contained in:
committed by
Eugenio Romano
parent
c4d3bf231a
commit
ef866fdbdb
Before Width: | Height: | Size: 9.6 KiB After Width: | Height: | Size: 9.6 KiB |
@@ -28,7 +28,7 @@ import { Component, Input, Output, EventEmitter, ViewEncapsulation } from '@angu
|
|||||||
export class HeaderLayoutComponent {
|
export class HeaderLayoutComponent {
|
||||||
|
|
||||||
@Input() title: string;
|
@Input() title: string;
|
||||||
@Input() logo: string = '../assets/logo.png';
|
@Input() logo: string = './assets/logo.png';
|
||||||
@Input() color: string;
|
@Input() color: string;
|
||||||
@Input() showSidenavToggle: boolean = true;
|
@Input() showSidenavToggle: boolean = true;
|
||||||
@Output() clicked = new EventEmitter<any>();
|
@Output() clicked = new EventEmitter<any>();
|
||||||
|
Reference in New Issue
Block a user