From 45c2504df2a23453b9d95a5f47ededce408873c4 Mon Sep 17 00:00:00 2001 From: Olu Amey Date: Sat, 12 Sep 2020 16:53:52 -0400 Subject: [PATCH] fix --- src/app/about/about.page.html | 9 +++++++-- src/app/home/home.page.ts | 3 ++- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/src/app/about/about.page.html b/src/app/about/about.page.html index 9a222c9..35942f8 100644 --- a/src/app/about/about.page.html +++ b/src/app/about/about.page.html @@ -1,9 +1,14 @@ + - about + + + + BlackFaces - + + diff --git a/src/app/home/home.page.ts b/src/app/home/home.page.ts index a16c2f9..97d7054 100644 --- a/src/app/home/home.page.ts +++ b/src/app/home/home.page.ts @@ -14,7 +14,8 @@ export class HomePage implements OnInit { } public goTabPages(){ // alert("You called me"); - this.router.navigateByUrl("member"); + this.router.navigateByUrl("about"); } } +