Skip to content

Commit 2d45015

Browse files
committed
chore: comment out unused Bot component in Sidebar for future reference
1 parent 463bdbb commit 2d45015

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

src/components/layout/Sidebar.tsx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import {
22
Book,
3-
Bot,
3+
// Bot,
44
BoxIcon, // for Models
55
Heart,
66
HelpCircleIcon, // for Patreon
@@ -118,12 +118,12 @@ const Sidebar: React.FC<SidebarProps> = () => {
118118
icon: <Users className="w-5 h-5" />,
119119
isMainNav: true,
120120
},
121-
{
122-
id: "agents",
123-
label: "Agents",
124-
icon: <Bot className="w-5 h-5" />,
125-
isMainNav: true,
126-
},
121+
// {
122+
// id: "agents",
123+
// label: "Agents",
124+
// icon: <Bot className="w-5 h-5" />,
125+
// isMainNav: true,
126+
// },
127127
{ id: "lorebooks", label: "Lorebooks", icon: <Book className="w-5 h-5" />, isMainNav: true },
128128
{
129129
id: "chat",

0 commit comments

Comments
 (0)