[ADF-3305] change logo image directory (#3556)

This commit is contained in:
Georgiana Roman
2018-07-03 22:03:20 +03:00
committed by Eugenio Romano
parent c4d3bf231a
commit ef866fdbdb
2 changed files with 1 additions and 1 deletions

View File

Before

Width:  |  Height:  |  Size: 9.6 KiB

After

Width:  |  Height:  |  Size: 9.6 KiB

View File

@@ -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>();