Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
* groundwork for tools

* remove optional text

* polish sidebar

* slight style change

* add tests

* hide
  • Loading branch information
mckaywrigley authored Jan 16, 2024
1 parent 3ddcae0 commit 1e45dde
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions components/sidebar/sidebar-switcher.tsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
import { ContentType } from "@/types"
import {
IconAdjustmentsHorizontal,
IconBolt,
IconBooks,
IconFile,
IconMessage,
IconPencil,
IconRobotFace
IconPencil
} from "@tabler/icons-react"
import { FC } from "react"
import { TabsList } from "../ui/tabs"
Expand Down Expand Up @@ -56,17 +54,17 @@ export const SidebarSwitcher: FC<SidebarSwitcherProps> = ({
onContentTypeChange={onContentTypeChange}
/>

<SidebarSwitchItem
{/* <SidebarSwitchItem
icon={<IconRobotFace size={SIDEBAR_ICON_SIZE} />}
contentType="assistants"
onContentTypeChange={onContentTypeChange}
/>
/>gi
<SidebarSwitchItem
icon={<IconBolt size={SIDEBAR_ICON_SIZE} />}
contentType="tools"
onContentTypeChange={onContentTypeChange}
/>
/> */}
</TabsList>

<div className="flex flex-col items-center space-y-4">
Expand Down

0 comments on commit 1e45dde

Please sign in to comment.