diff --git a/apps/fabro-web/app/routes/settings.tsx b/apps/fabro-web/app/routes/settings.tsx index 20f2ebf71..da33e5200 100644 --- a/apps/fabro-web/app/routes/settings.tsx +++ b/apps/fabro-web/app/routes/settings.tsx @@ -35,18 +35,18 @@ const navItems: NavEntry[] = [ icon: Cog6ToothIcon, match: (p) => p === "/settings", }, - { - name: "Integrations", - href: "/settings/integrations", - icon: PuzzlePieceIcon, - match: (p) => p.startsWith("/settings/integrations"), - }, { name: "Models", href: "/settings/models", icon: CpuChipIcon, match: (p) => p.startsWith("/settings/models"), }, + { + name: "Integrations", + href: "/settings/integrations", + icon: PuzzlePieceIcon, + match: (p) => p.startsWith("/settings/integrations"), + }, { name: "Secrets", href: "/settings/secrets",