Skip to content

Commit e9cd7dd

Browse files
committed
Comment out Agent Store from navbar
1 parent 95883eb commit e9cd7dd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

web/src/components/navbar/navbar.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)