feat(page): google analytics, app rename & favicon

This commit is contained in:
Dmitry Nehaychik 2017-09-20 13:44:22 +03:00
parent 731b184e76
commit 3eee634861
6 changed files with 13 additions and 3 deletions

View file

@ -3,7 +3,7 @@
[class.right]="position === 'inverse'">
<div class="logo-containter">
<a (click)="toggleSidebar()" href="#" class="navigation"><i class="nb-menu"></i></a>
<div class="logo" (click)="goToHome()">NgX&nbsp;<span>Admin</span></div>
<div class="logo" (click)="goToHome()">ngx-<span>admin</span></div>
</div>
<ngx-theme-switcher></ngx-theme-switcher>
</div>

View file

@ -48,6 +48,7 @@
font-size: 1.75rem;
font-weight: nb-theme(font-weight-bolder);
border-left: 1px solid nb-theme(separator);
white-space: nowrap;
span {
font-weight: nb-theme(font-weight-normal);

View file

@ -74,7 +74,7 @@ const PIPES = [
const NB_THEME_PROVIDERS = [
...NbThemeModule.forRoot(
{
name: 'default',
name: 'cosmic',
},
[ DEFAULT_THEME, COSMIC_THEME ],
).providers,