diff --git a/src/components/robot/pages/RobotCreate.tsx b/src/components/robot/pages/RobotCreate.tsx index ca1c8242..64ba9cc5 100644 --- a/src/components/robot/pages/RobotCreate.tsx +++ b/src/components/robot/pages/RobotCreate.tsx @@ -21,7 +21,7 @@ import { MenuItem, InputLabel } from '@mui/material'; -import { ArrowBack, PlayCircleOutline, Article, Code, Description, SmartToy } from '@mui/icons-material'; +import { ArrowBack, PlayCircleOutline, Article, Code, Description, SmartToy, HighlightAlt } from '@mui/icons-material'; import { useGlobalInfoStore, useCacheInvalidation } from '../../../context/globalInfo'; import { canCreateBrowserInState, getActiveBrowserId, stopRecording } from '../../../api/recording'; import { createScrapeRobot, createLLMRobot, createAndRunRecording } from "../../../api/storage"; @@ -265,7 +265,7 @@ const RobotCreate: React.FC = () => { }} > - + Recorder Mode