fix(settings): reorder nav menu to place model providers after skills
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -54,11 +54,6 @@ const SETTINGS_NAV_ITEMS: SettingsNavItem[] = [
|
|||||||
labelKey: "agents",
|
labelKey: "agents",
|
||||||
icon: Bot,
|
icon: Bot,
|
||||||
},
|
},
|
||||||
{
|
|
||||||
href: "/settings/model-providers",
|
|
||||||
labelKey: "model_providers",
|
|
||||||
icon: Server,
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
href: "/settings/mcp",
|
href: "/settings/mcp",
|
||||||
labelKey: "mcp",
|
labelKey: "mcp",
|
||||||
@@ -69,6 +64,11 @@ const SETTINGS_NAV_ITEMS: SettingsNavItem[] = [
|
|||||||
labelKey: "skills",
|
labelKey: "skills",
|
||||||
icon: BookOpenText,
|
icon: BookOpenText,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
href: "/settings/model-providers",
|
||||||
|
labelKey: "model_providers",
|
||||||
|
icon: Server,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
href: "/settings/shortcuts",
|
href: "/settings/shortcuts",
|
||||||
labelKey: "shortcuts",
|
labelKey: "shortcuts",
|
||||||
|
|||||||
Reference in New Issue
Block a user