From 1e0af2d52d9a08f05362a06871918366a8a533d9 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Thu, 11 Dec 2025 15:02:52 +0530 Subject: [PATCH] feat: use HighlightAlt icon for recorder --- src/components/robot/pages/RobotCreate.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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