We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 168a176 commit cd99398Copy full SHA for cd99398
libs/ui/config/site.ts
@@ -49,11 +49,6 @@ export const siteConfig = {
49
href: "/logs",
50
icon: TbTerminal2,
51
},
52
- {
53
- title: "Integrations",
54
- href: "/integrations",
55
- icon: TbPlug,
56
- },
57
],
58
footerNav: [
59
{
@@ -66,6 +61,11 @@ export const siteConfig = {
66
61
href: "https://docs.superagent.sh",
67
62
icon: TbFileCode,
68
63
64
+ {
65
+ title: "Integrations",
+ href: "/integrations",
+ icon: TbPlug,
+ },
69
70
title: "Settings",
71
href: "/settings",
@@ -762,4 +762,4 @@ export const siteConfig = {
762
763
764
765
-}
+}
0 commit comments