Skip to content
Snippets Groups Projects
Commit f6033a3c authored by ali asaria's avatar ali asaria
Browse files

Change Evaluate icon to a chart

parent b517f6ee
No related branches found
No related tags found
No related merge requests found
...@@ -25,6 +25,7 @@ import { ...@@ -25,6 +25,7 @@ import {
LogsIcon, LogsIcon,
SquareStackIcon, SquareStackIcon,
FileIcon, FileIcon,
ChartColumnIncreasingIcon,
} from 'lucide-react'; } from 'lucide-react';
import { ButtonGroup, IconButton, Sheet, Tooltip } from '@mui/joy'; import { ButtonGroup, IconButton, Sheet, Tooltip } from '@mui/joy';
...@@ -177,7 +178,7 @@ export default function Sidebar({ ...@@ -177,7 +178,7 @@ export default function Sidebar({
<SubNavItem <SubNavItem
title="Evaluate" title="Evaluate"
path="/projects/eval" path="/projects/eval"
icon={<HelpCircleIcon />} icon={<ChartColumnIncreasingIcon />}
disabled={!experimentInfo?.name} disabled={!experimentInfo?.name}
/> />
<SubNavItem <SubNavItem
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment