chore: remove unused "Evaluate" navigation item and its icon from navbar
This commit is contained in:
parent
c8c844a4d6
commit
a4b7d360de
1 changed files with 0 additions and 2 deletions
|
|
@ -13,7 +13,6 @@ import {
|
|||
import { cn } from "@/lib/utils";
|
||||
import {
|
||||
AiChat02Icon,
|
||||
Analytics01Icon,
|
||||
ArrowRight01Icon,
|
||||
Book03Icon,
|
||||
CookBookIcon,
|
||||
|
|
@ -31,7 +30,6 @@ import { TOUR_OPEN_EVENT } from "@/features/tour";
|
|||
const NAV_ITEMS = [
|
||||
{ label: "Studio", href: "/studio", icon: ZapIcon, enabled: true },
|
||||
{ label: "Recipes", href: "/data-recipes", icon: CookBookIcon, enabled: true },
|
||||
{ label: "Evaluate", href: "/evaluate", icon: Analytics01Icon, enabled: false },
|
||||
{ label: "Export", href: "/export", icon: PackageIcon, enabled: true },
|
||||
{ label: "Chat", href: "/chat", icon: AiChat02Icon, enabled: true },
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue