This commit is contained in:
Olu Amey
2020-11-14 20:49:45 -05:00
parent 58ed7fdc27
commit 15614fe488
9 changed files with 270 additions and 1 deletions
+1 -1
View File
@@ -149,7 +149,7 @@
</ion-col>
<ion-col>
<div>
<ion-icon name="grid"></ion-icon>
<ion-icon name="grid" (click)="goPractice()"></ion-icon>
</div>
</ion-col>
<ion-col>
+6
View File
@@ -23,4 +23,10 @@ export class MermsDashPage implements OnInit {
goSettings() {
this.router.navigateByUrl('/merms-settings')
}
goPractice(){
this.router.navigateByUrl('/merms-practice')
}
goHome(){
}
}