Remove History from sidebar
This commit is contained in:
@@ -3,7 +3,6 @@ import { NavLink } from "react-router-dom";
|
|||||||
import {
|
import {
|
||||||
FileText,
|
FileText,
|
||||||
TestTube,
|
TestTube,
|
||||||
History,
|
|
||||||
ArrowLeft,
|
ArrowLeft,
|
||||||
ChevronLeft,
|
ChevronLeft,
|
||||||
ChevronRight,
|
ChevronRight,
|
||||||
@@ -15,7 +14,6 @@ import { ThemeToggle } from "./ThemeToggle";
|
|||||||
const menuItems = [
|
const menuItems = [
|
||||||
{ title: "Prompts", url: "/", icon: FileText },
|
{ title: "Prompts", url: "/", icon: FileText },
|
||||||
{ title: "Testar Prompt", url: "/test", icon: TestTube },
|
{ title: "Testar Prompt", url: "/test", icon: TestTube },
|
||||||
{ title: "Histórico", url: "/history", icon: History },
|
|
||||||
];
|
];
|
||||||
|
|
||||||
export function AppSidebar() {
|
export function AppSidebar() {
|
||||||
|
|||||||
Reference in New Issue
Block a user