AP-65 (#87)
All checks were successful
Backend Deploy / build (push) Successful in 22s
Backend Build and Test / build (push) Successful in 2m11s

closes #65

Reviewed-on: #87
This commit is contained in:
2025-05-26 09:52:10 +02:00
parent 550933db11
commit e7b4adfa95
6 changed files with 56 additions and 15 deletions

View File

@@ -37,7 +37,7 @@
<div class="main" *ngIf="goal.id === 0; else other_goal">
<div class="title">
<div class="name">Main Allowance</div>
<div class="icon">
<div class="icon" (click)="updateAllowance(goal.id)">
<mat-icon>settings</mat-icon>
</div>
</div>
@@ -53,7 +53,7 @@
<div>
<div class="title">
<div class="name">{{ goal.name }}</div>
<div class="icon">
<div class="icon" (click)="updateAllowance(goal.id)">
<mat-icon>settings</mat-icon>
</div>
</div>