Skip to content

Commit d02d8ea

Browse files
fix(ui): prettier-format federated docs command-palette entry
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 693f3bb commit d02d8ea

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

apps/loopover-ui/src/components/site/command-palette.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,11 @@ const DEFAULT_ITEMS: PaletteItem[] = [
4747
{ label: "Self-host backup and scaling", to: "/docs/self-hosting-backup-scaling", group: "Docs" },
4848
{ label: "Self-host releases", to: "/docs/self-hosting-releases", group: "Docs" },
4949
{ label: "Self-host security", to: "/docs/self-hosting-security", group: "Docs" },
50-
{ label: "Federated fleet intelligence", to: "/docs/federated-fleet-intelligence", group: "Docs" },
50+
{
51+
label: "Federated fleet intelligence",
52+
to: "/docs/federated-fleet-intelligence",
53+
group: "Docs",
54+
},
5155
{ label: "Self-host troubleshooting", to: "/docs/self-hosting-troubleshooting", group: "Docs" },
5256
{ label: "Branch analysis", to: "/docs/branch-analysis", group: "Docs" },
5357
{ label: "Scoreability", to: "/docs/scoreability", group: "Docs" },

0 commit comments

Comments
 (0)