Skip to content

Commit

Permalink
Rename All categories
Browse files Browse the repository at this point in the history
  • Loading branch information
RemcoSimonides committed Dec 29, 2024
1 parent 490a4fe commit 973a2de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<ion-list>
<ion-item lines="full" button (click)="all()">All categories</ion-item>
<ion-item lines="full" button (click)="all()">All</ion-item>
@for (category of _categoryBlocks; track category.id; let last = $last) {
<ion-item [lines]="last ? 'none' : 'full'" button (click)="select(category.id)">{{ category.title }}</ion-item>
}
Expand Down

0 comments on commit 973a2de

Please sign in to comment.