add navigation to add allowance page
All checks were successful
Backend Build and Test / build (push) Successful in 2m10s
All checks were successful
Backend Build and Test / build (push) Successful in 2m10s
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
<ion-header [translucent]="true" class="ion-no-border">
|
||||
<ion-toolbar>
|
||||
<ion-title>
|
||||
Allowance
|
||||
</ion-title>
|
||||
<div class="toolbar">
|
||||
<ion-title>
|
||||
Allowance
|
||||
</ion-title>
|
||||
<button class="top-add-button" (click)="createAllowance()">Add Goal</button>
|
||||
</div>
|
||||
</ion-toolbar>
|
||||
</ion-header>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user