1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-05 13:35:23 +02:00

feat: update organization icons (#2668)

* front: update filters icons

* remove duplicate

---------

Co-authored-by: Michael Genson <71845777+michael-genson@users.noreply.github.com>
This commit is contained in:
Arsène Reymond 2023-10-25 17:08:58 +02:00 committed by GitHub
parent 14cc44f948
commit f7f8c51661
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 17 additions and 11 deletions

View file

@ -3,7 +3,7 @@
<RecipeOrganizerPage
v-if="items"
:items="items"
:icon="$globals.icons.tags"
:icon="$globals.icons.categories"
item-type="categories"
@delete="actions.deleteOne"
@update="actions.updateOne"