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
BIN
lib/core/layout/components/header/assets/logo.png
Normal file
BIN
lib/core/layout/components/header/assets/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.6 KiB |
@@ -28,7 +28,7 @@ import { Component, Input, Output, EventEmitter, ViewEncapsulation } from '@angu
|
||||
export class HeaderLayoutComponent {
|
||||
|
||||
@Input() title: string;
|
||||
@Input() logo: string = '../assets/logo.png';
|
||||
@Input() logo: string = './assets/logo.png';
|
||||
@Input() color: string;
|
||||
@Input() showSidenavToggle: boolean = true;
|
||||
@Output() clicked = new EventEmitter<any>();
|
||||
|
Reference in New Issue
Block a user