|
@@ -39,8 +39,12 @@ import { LayoutDefaultOptions } from '../../theme/layout-default';
|
|
|
<layout-default [options]="options" [asideUser]="asideUserTpl" [content]="contentTpl" [customError]="null">
|
|
|
<layout-default-header-item direction="left" *ngIf="!inst.custom">
|
|
|
<a href="#">
|
|
|
- <img src="./assets/logo.jpg" alt="logo" style="height: 50px;height: 50px;float: left;" />
|
|
|
- <div class="alain-default__header-title"> Max<span style="color: #FFD700;">Key</span>{{ 'mxk.title' | i18n }} </div>
|
|
|
+ <img src="./assets/logo.png" alt="logo" style="height: 50px;height: 50px;float: left;" />
|
|
|
+ <div class="alain-default__header-title">
|
|
|
+ <span style="color: #000099;">Max</span>
|
|
|
+ <span style="color: #FFD700;">Key</span>
|
|
|
+ {{ 'mxk.title' | i18n }}
|
|
|
+ </div>
|
|
|
</a>
|
|
|
</layout-default-header-item>
|
|
|
|
|
@@ -149,5 +153,5 @@ export class LayoutBasicComponent implements OnInit {
|
|
|
});
|
|
|
}
|
|
|
}
|
|
|
- constructor(private authnService: AuthnService, private settingsService: SettingsService, private router: Router) { }
|
|
|
+ constructor(private authnService: AuthnService, private settingsService: SettingsService, private router: Router) {}
|
|
|
}
|