Skip to content

Commit cd99398

Browse files
committed
Move integrations link to footerNav before Settings
1 parent 168a176 commit cd99398

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

libs/ui/config/site.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,6 @@ export const siteConfig = {
4949
href: "/logs",
5050
icon: TbTerminal2,
5151
},
52-
{
53-
title: "Integrations",
54-
href: "/integrations",
55-
icon: TbPlug,
56-
},
5752
],
5853
footerNav: [
5954
{
@@ -66,6 +61,11 @@ export const siteConfig = {
6661
href: "https://docs.superagent.sh",
6762
icon: TbFileCode,
6863
},
64+
{
65+
title: "Integrations",
66+
href: "/integrations",
67+
icon: TbPlug,
68+
},
6969
{
7070
title: "Settings",
7171
href: "/settings",
@@ -762,4 +762,4 @@ export const siteConfig = {
762762
],
763763
},
764764
],
765-
}
765+
}

0 commit comments

Comments
 (0)