mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
logo config reference (#123)
This commit is contained in:
committed by
Denys Vuika
parent
6e2fc43dc3
commit
17ae9af1fe
@@ -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() {
|
||||
|
Reference in New Issue
Block a user