diff --git a/src/app/components/help-listing/help-listing.component.html b/src/app/components/help-listing/help-listing.component.html index e059179..f59d7b3 100644 --- a/src/app/components/help-listing/help-listing.component.html +++ b/src/app/components/help-listing/help-listing.component.html @@ -1,17 +1,18 @@ - + {{item.title}}
- + + + + + + +
diff --git a/src/app/pages/home/home.page.html b/src/app/pages/home/home.page.html index 437803a..c4ed679 100644 --- a/src/app/pages/home/home.page.html +++ b/src/app/pages/home/home.page.html @@ -182,13 +182,7 @@ - - - - - - - + - - - - - - - - diff --git a/src/app/pages/profile/profile.page.html b/src/app/pages/profile/profile.page.html index c5e07b0..fb3d92f 100644 --- a/src/app/pages/profile/profile.page.html +++ b/src/app/pages/profile/profile.page.html @@ -171,6 +171,25 @@ + + + Preferences + + + + + + History + + + + + + Help + + + + diff --git a/src/app/pages/profile/profile.page.ts b/src/app/pages/profile/profile.page.ts index c180741..86b8152 100644 --- a/src/app/pages/profile/profile.page.ts +++ b/src/app/pages/profile/profile.page.ts @@ -60,6 +60,9 @@ export class ProfilePage implements OnInit { this.router.navigate(['payment']); } + onPreferences(){} + onHistory(){} + onHelp(){} onInvite() { this.router.navigate(['invite']); }