Skip to content

Commit

Permalink
chore: update budget tour
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismclarke committed Jan 8, 2024
1 parent d618582 commit d781376
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="page-content">
<div class="button-grid">
<button mat-stroked-button color="primary" (click)="createClicked()">
<button mat-stroked-button color="primary" (click)="createClicked()" data-tourid="create">
<div>{{ 'Create New Budget' | translate }}</div>
<img src="assets/budget-icons/budget-create.svg" />
</button>
Expand All @@ -11,7 +11,7 @@
</div>

<h2>{{ 'Saved Budgets' | translate }}</h2>
<div *mobxAutorun>
<div *mobxAutorun data-tourid="create">
<budget-list-item
*ngFor="let budget of store.savedBudgets"
[routerLink]="['./view', budget._key]"
Expand Down

0 comments on commit d781376

Please sign in to comment.