diff --git a/src/app/app-routing.module.ts b/src/app/app-routing.module.ts index ad34d04..743b3a2 100644 --- a/src/app/app-routing.module.ts +++ b/src/app/app-routing.module.ts @@ -22,7 +22,7 @@ import {NotfoundComponent} from './pages/notfound/notfound.component'; import {UserComponent} from './pages/user/user.component' const routes: Routes = [ - {path: '', redirectTo: "/account/info", pathMatch: 'full'}, + {path: '', redirectTo: "/services", pathMatch: 'full'}, {path: 'imprint', component: ImprintComponent, canActivate: [AuthUpdateGuard]}, {path: 'privacy-policy', component: PrivacyPolicyComponent, canActivate: [AuthUpdateGuard]}, {path: 'terms-of-service', component: TermsOfServiceComponent, canActivate: [AuthUpdateGuard]}, diff --git a/src/app/app.component.html b/src/app/app.component.html index 52fdba2..82501b4 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -36,6 +36,10 @@ card_giftcard {{'tokens.redeem' | i18n}} + + help {{'help' | i18n}}open_in_new + + shopping_cart {{'tokens.get' | i18n}}open_in_new