Skip to content

Commit 1a3008b

Browse files
committed
move contracts up
1 parent 8d22be8 commit 1a3008b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/components/ProjectSidebarLayout.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@ export function ProjectSidebarLayout(props: {
5555
},
5656
],
5757
},
58+
{
59+
href: `${props.layoutPath}/contracts`,
60+
icon: ContractIcon,
61+
label: "Contracts",
62+
},
5863
{
5964
href: `${props.layoutPath}/x402`,
6065
icon: PayIcon,
@@ -79,11 +84,6 @@ export function ProjectSidebarLayout(props: {
7984
icon: NebulaIcon,
8085
label: "AI",
8186
},
82-
{
83-
href: `${props.layoutPath}/contracts`,
84-
icon: ContractIcon,
85-
label: "Contracts",
86-
},
8787
{
8888
subMenu: {
8989
icon: RssIcon,

0 commit comments

Comments
 (0)