From c1af8493ac5561899e0efe332455b2c4bb775991 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Thu, 11 Dec 2025 15:10:45 +0530 Subject: [PATCH] feat: use AutoAwesome 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 64ba9cc5..cb27f14e 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, HighlightAlt } from '@mui/icons-material'; +import { ArrowBack, PlayCircleOutline, Article, Code, Description, AutoAwesome, 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"; @@ -308,7 +308,7 @@ const RobotCreate: React.FC = () => { - + AI Mode