From 6ef80b972621bdfd8a1bb9209647c3bac05c4110 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 14:55:19 +0000 Subject: [PATCH] Remove History from sidebar --- src/components/layout/AppSidebar.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/layout/AppSidebar.tsx b/src/components/layout/AppSidebar.tsx index 6f50c88..e052241 100644 --- a/src/components/layout/AppSidebar.tsx +++ b/src/components/layout/AppSidebar.tsx @@ -3,7 +3,6 @@ import { NavLink } from "react-router-dom"; import { FileText, TestTube, - History, ArrowLeft, ChevronLeft, ChevronRight, @@ -15,7 +14,6 @@ import { ThemeToggle } from "./ThemeToggle"; const menuItems = [ { title: "Prompts", url: "/", icon: FileText }, { title: "Testar Prompt", url: "/test", icon: TestTube }, - { title: "Histórico", url: "/history", icon: History }, ]; export function AppSidebar() {