Huffle 11913d72aa
Some checks failed
Backend Build and Test / build (push) Has been cancelled
Backend Deploy / build (push) Has been cancelled
add history list (#94)
closes #68

Reviewed-on: #94
2025-05-26 13:40:14 +02:00

14 lines
414 B
HTML

<ion-tabs>
<ion-tab-bar slot="bottom">
<ion-tab-button [tab]="historyTab" [href]="historyNav">
<mat-icon>history</mat-icon>
</ion-tab-button>
<ion-tab-button tab="allowance" href="/tabs/allowance">
<mat-icon>savings</mat-icon>
</ion-tab-button>
<ion-tab-button tab="tasks" href="/tabs/tasks">
<mat-icon>task_alt</mat-icon>
</ion-tab-button>
</ion-tab-bar>
</ion-tabs>