mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-05 05:25:26 +02:00
Merge branch 'mealie-next' into fix/mealplan-date-off-by-one
This commit is contained in:
commit
c918b8f6e4
9 changed files with 17 additions and 12 deletions
|
@ -223,7 +223,7 @@ export default defineComponent({
|
|||
event: "tag-selected",
|
||||
},
|
||||
{
|
||||
icon: $globals.icons.tags,
|
||||
icon: $globals.icons.categories,
|
||||
text: i18n.tc("data-pages.recipes.categorize"),
|
||||
event: "categorize-selected",
|
||||
},
|
||||
|
@ -379,7 +379,7 @@ export default defineComponent({
|
|||
|
||||
const icons: Record<MODES, string> = {
|
||||
[MODES.tag]: $globals.icons.tags,
|
||||
[MODES.category]: $globals.icons.tags,
|
||||
[MODES.category]: $globals.icons.categories,
|
||||
[MODES.export]: $globals.icons.database,
|
||||
[MODES.delete]: $globals.icons.delete,
|
||||
[MODES.updateSettings]: $globals.icons.cog,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue