From f597cfe5b3b2e07897122e734f43f02a8bebb84a Mon Sep 17 00:00:00 2001 From: n4ze3m Date: Sat, 7 Sep 2024 10:20:43 +0530 Subject: [PATCH] feat: Remove Search (Beta) from navigation --- app/ui/src/Layout/BotLayout.tsx | 12 ++++++------ app/ui/src/Layout/BotPlaygroundLayout.tsx | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/app/ui/src/Layout/BotLayout.tsx b/app/ui/src/Layout/BotLayout.tsx index bf859a6..11e3259 100644 --- a/app/ui/src/Layout/BotLayout.tsx +++ b/app/ui/src/Layout/BotLayout.tsx @@ -9,7 +9,7 @@ import { PuzzlePieceIcon, EyeDropperIcon, ChatBubbleLeftRightIcon, - MagnifyingGlassIcon, + //MagnifyingGlassIcon, } from "@heroicons/react/24/outline"; import { Link, useParams, useLocation, useNavigate } from "react-router-dom"; @@ -23,11 +23,11 @@ const navigation = [ href: "/bot/:id", icon: SparklesIcon, }, - { - name: "Search (Beta)", - href: "/bot/:id/search", - icon: MagnifyingGlassIcon, - }, + // { + // name: "Search (Beta)", + // href: "/bot/:id/search", + // icon: MagnifyingGlassIcon, + // }, { name: "Data Sources", href: "/bot/:id/data-sources", diff --git a/app/ui/src/Layout/BotPlaygroundLayout.tsx b/app/ui/src/Layout/BotPlaygroundLayout.tsx index 5c76a2c..d02450e 100644 --- a/app/ui/src/Layout/BotPlaygroundLayout.tsx +++ b/app/ui/src/Layout/BotPlaygroundLayout.tsx @@ -9,7 +9,7 @@ import { EyeDropperIcon, SparklesIcon, ChatBubbleLeftRightIcon, - MagnifyingGlassIcon, + // MagnifyingGlassIcon, } from "@heroicons/react/24/outline"; import { Link, useParams, useLocation, useNavigate } from "react-router-dom"; @@ -23,11 +23,11 @@ const navigation = [ href: "/bot/:id", icon: SparklesIcon, }, - { - name: "Search (Beta)", - href: "/bot/:id/search", - icon: MagnifyingGlassIcon, - }, + // { + // name: "Search (Beta)", + // href: "/bot/:id/search", + // icon: MagnifyingGlassIcon, + // }, { name: "Data Sources", href: "/bot/:id/data-sources",