From f9ba44a9dad5a24c05ca62c0d0abe98a319e8f97 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Thu, 17 Jul 2025 10:10:35 +0000 Subject: [PATCH] Swap marketplace and my agents tabs, rename to Explore Co-authored-by: markokraemer.mail --- .../agents/custom-agents-page/tabs-navigation.tsx | 12 ++++++------ frontend/src/components/sidebar/sidebar-left.tsx | 15 ++++++--------- 2 files changed, 12 insertions(+), 15 deletions(-) diff --git a/frontend/src/components/agents/custom-agents-page/tabs-navigation.tsx b/frontend/src/components/agents/custom-agents-page/tabs-navigation.tsx index b5e593ad..2603ff5a 100644 --- a/frontend/src/components/agents/custom-agents-page/tabs-navigation.tsx +++ b/frontend/src/components/agents/custom-agents-page/tabs-navigation.tsx @@ -10,17 +10,17 @@ interface TabsNavigationProps { } const agentTabs: TabConfig[] = [ + { + value: 'marketplace', + icon: ShoppingBag, + label: 'Explore', + shortLabel: 'Explore', + }, { value: 'my-agents', icon: Bot, label: 'My Agents', }, - { - value: 'marketplace', - icon: ShoppingBag, - label: 'Marketplace', - shortLabel: 'Market', - }, ]; export const TabsNavigation = ({ activeTab, onTabChange }: TabsNavigationProps) => { diff --git a/frontend/src/components/sidebar/sidebar-left.tsx b/frontend/src/components/sidebar/sidebar-left.tsx index fae17cfb..b7b872c7 100644 --- a/frontend/src/components/sidebar/sidebar-left.tsx +++ b/frontend/src/components/sidebar/sidebar-left.tsx @@ -192,21 +192,19 @@ export function SidebarLeft({ - - - My Agents + + Explore - - - Marketplace + + My Agents @@ -215,7 +213,6 @@ export function SidebarLeft({ onClick={() => setShowNewAgentDialog(true)} className="cursor-pointer" > - New Agent