Skip to content

Commit 597eb8a

Browse files
committed
wip
1 parent e1295a4 commit 597eb8a

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

apps/dashboard/components/layout/navigation/navigation-config.tsx

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -272,11 +272,12 @@ export const websiteNavigation: NavigationSection[] = [
272272
rootLevel: false,
273273
gatedFeature: GATED_FEATURES.FEATURE_FLAGS,
274274
}),
275-
createNavItem("AI Agent", RobotIcon, "/agent", {
276-
alpha: true,
277-
rootLevel: false,
278-
gatedFeature: GATED_FEATURES.AI_AGENT,
279-
}),
275+
// createNavItem("AI Agent", RobotIcon, "/agent", {
276+
// alpha: true,
277+
// rootLevel: false,
278+
// tag: "WIP",
279+
// gatedFeature: GATED_FEATURES.AI_AGENT,
280+
// }),
280281
]),
281282
];
282283

0 commit comments

Comments
 (0)