diff --git a/src/app/home/home.page.html b/src/app/home/home.page.html
index c3fd7a3..8638178 100644
--- a/src/app/home/home.page.html
+++ b/src/app/home/home.page.html
@@ -6,5 +6,5 @@
- Outline + Full
+ Outline + Full
diff --git a/src/app/home/home.page.ts b/src/app/home/home.page.ts
index 8aa0f78..1b1a648 100644
--- a/src/app/home/home.page.ts
+++ b/src/app/home/home.page.ts
@@ -11,5 +11,7 @@ export class HomePage implements OnInit {
ngOnInit() {
}
-
+public goTabPages(){
+ alert("You called me");
+}
}