diff --git a/src/components/robot/pages/RobotCreate.tsx b/src/components/robot/pages/RobotCreate.tsx index b014586c..5cd4e74a 100644 --- a/src/components/robot/pages/RobotCreate.tsx +++ b/src/components/robot/pages/RobotCreate.tsx @@ -198,154 +198,152 @@ const RobotCreate: React.FC = () => { - - {/* Logo (kept as original) */} - Maxun Logo + + {/* Logo (kept as original) */} + Maxun Logo Extract structured data from websites in a few clicks. - {/* Origin URL Input */} - - + setUrl(e.target.value)} + /> + + + {/* Checkbox */} + + setNeedsLogin(e.target.checked)} + color="primary" + /> + } + label="This website needs logging in." + /> + + + {/* Button */} + + - {/* Checkbox */} - - setNeedsLogin(e.target.checked)} - color="primary" - /> - } - label="This website needs logging in." - /> - + + + First time creating a robot? + + + Get help and learn how to use Maxun effectively. + - {/* Button */} - + + + {/* YouTube Tutorials */} + + window.open("https://www.youtube.com/@MaxunOSS/videos", "_blank")} + > + + theme.palette.mode === 'light' ? 'rgba(0, 0, 0, 0.54)' : '', + }} + > + + + + + Video Tutorials + + + Watch step-by-step guides + + + + + + + {/* Documentation */} + + window.open("https://docs.maxun.dev", "_blank")} + > + + theme.palette.mode === 'light' ? 'rgba(0, 0, 0, 0.54)' : '', + }} + > +
+ + + + Documentation + + + Explore detailed guides + + + + + + - - - - - - - First time creating a robot? - - - Get help and learn how to use Maxun effectively. - - - - - {/* YouTube Tutorials */} - - window.open("https://www.youtube.com/@MaxunOSS/videos", "_blank")} - > - - theme.palette.mode === 'light' ? 'rgba(0, 0, 0, 0.54)' : '', - }} - > - - - - - Video Tutorials - - - Watch step-by-step guides - - - - - - - {/* Documentation */} - - window.open("https://docs.maxun.dev", "_blank")} - > - - theme.palette.mode === 'light' ? 'rgba(0, 0, 0, 0.54)' : '', - }} - > -
- - - - Documentation - - - Explore detailed guides - - - - - - -