From 50aca767d7a3efe0df2e6bdc5c7a280b9dbeb247 Mon Sep 17 00:00:00 2001 From: developer1054 Date: Thu, 15 Jan 2026 09:37:15 -0300 Subject: [PATCH] remove commented-out code for bots tab in Layout component --- src/components/Layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 08eaa8b..0d079c0 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -21,7 +21,7 @@ export const Layout = ({ children, activeTab, onTabChange }: LayoutProps) => { { id: "images" as TabType, label: "Imagens", icon: Image }, { id: "transcription" as TabType, label: "Transcrição de Áudio", icon: AudioLines }, { id: "generation" as TabType, label: "Geração de Áudio", icon: Mic }, - { id: "bots" as TabType, label: "Bots", icon: Bot }, + //{ id: "bots" as TabType, label: "Bots", icon: Bot }, { id: "agent" as TabType, label: "Agente de Parecer", icon: Brain }, ];