File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
web/src/components/navbar Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -54,12 +54,12 @@ export const Navbar = async () => {
5454 >
5555 Pricing
5656 </ Link >
57- < Link
57+ { /* <Link
5858 href="/agents"
5959 className="hover:text-blue-400 transition-colors font-medium px-2 py-1 rounded-md hover:bg-blue-50 dark:hover:bg-blue-900/20"
6060 >
6161 Agent Store
62- </ Link >
62+ </Link> */ }
6363
6464 { session && (
6565 < Link
@@ -91,12 +91,12 @@ export const Navbar = async () => {
9191 Pricing
9292 </ Link >
9393 </ DropdownMenuItem >
94- < DropdownMenuItem asChild >
94+ { /* <DropdownMenuItem asChild>
9595 <Link href="/agents" className="flex items-center">
9696 <Bot className="mr-2 h-4 w-4" />
9797 Agent Store
9898 </Link>
99- </ DropdownMenuItem >
99+ </DropdownMenuItem> */ }
100100
101101 { session && (
102102 < DropdownMenuItem asChild >
You can’t perform that action at this time.
0 commit comments