logo config reference (#123)

This commit is contained in:
Cilibiu Bogdan
2017-12-08 10:27:00 +02:00
committed by Denys Vuika
parent 6e2fc43dc3
commit 17ae9af1fe
2 changed files with 2 additions and 3 deletions

View File

@@ -39,7 +39,7 @@ export class HeaderComponent {
}
get logo() {
return this.appConfig.get('logo', this.defaultPath);
return this.appConfig.get('application.logo', this.defaultPath);
}
get backgroundColor() {