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"); } } +