From e0b4da182a071154706ac50b6fdc4891e22c6368 Mon Sep 17 00:00:00 2001 From: Lurkars Date: Sat, 20 Mar 2021 13:18:27 +0100 Subject: [PATCH] add help --- src/app/app-routing.module.ts | 2 +- src/app/app.component.html | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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