diff --git a/src/app/app-routing.module.ts b/src/app/app-routing.module.ts index fc531f86..cddecc38 100644 --- a/src/app/app-routing.module.ts +++ b/src/app/app-routing.module.ts @@ -12,7 +12,7 @@ var routes: Routes = []; if (environment.loginNeeded) { routes = [ { - path: '', redirectTo: `summary-statistics`, pathMatch: 'full' + path: '/dashboard', redirectTo: `summary-statistics`, pathMatch: 'full' }, { path: 'public', redirectTo: 'summary-statistics', pathMatch: 'full' diff --git a/src/app/views/authentication/pages/login/login.component.scss b/src/app/views/authentication/pages/login/login.component.scss index cb931020..fba45dc4 100644 --- a/src/app/views/authentication/pages/login/login.component.scss +++ b/src/app/views/authentication/pages/login/login.component.scss @@ -278,7 +278,7 @@ a.zocial { } .login-pf body { /* background: url("../../assets/img/Group.svg"); */ - background-image: url("assets/images/Group.svg"); + background-image: url("~src/assets/images/Group.svg"); height:100%; width: 100%; background-repeat: no-repeat; @@ -298,7 +298,7 @@ a.zocial { @media (max-width: 767px) { .login-pf body { - background: url("assets/images/Group.svg"); + background: url("~src/assets/images/Group.svg"); height:100%; width: 100%; background-repeat: no-repeat; @@ -547,7 +547,7 @@ input:focus { } #background{ - background: url("assets/images/Group.svg") no-repeat center center fixed !important; + background: url("~src/assets/images/Group.svg") no-repeat center center fixed !important; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; diff --git a/src/index.html b/src/index.html index cfc68076..7a979993 100644 --- a/src/index.html +++ b/src/index.html @@ -4,7 +4,7 @@ cQube - + @@ -19,4 +19,4 @@ - \ No newline at end of file +