mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-10-27 00:04:23 -04:00
Reorganize Group/User Page Routes (#1084)
* Consolidate group routes * Update doc migration link
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
absolute
|
||||
:top-link="topLinks"
|
||||
secondary-header="Cookbooks"
|
||||
secondary-header-link="/user/group/cookbooks"
|
||||
secondary-header-link="/group/cookbooks"
|
||||
:secondary-links="cookbookLinks || []"
|
||||
:bottom-links="isAdmin ? bottomLink : []"
|
||||
>
|
||||
@@ -132,7 +132,7 @@ export default defineComponent({
|
||||
icon: this.$globals.icons.pages,
|
||||
title: "Cookbook",
|
||||
subtitle: "Create a new cookbook",
|
||||
to: "/user/group/cookbooks",
|
||||
to: "/group/cookbooks",
|
||||
restricted: true,
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user