From 40c9d91613bde2485f19ccb27e2457fdc5def719 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Tue, 19 Nov 2024 00:16:06 +0530 Subject: [PATCH] feat: add example --- src/components/molecules/RobotDuplicate.tsx | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/components/molecules/RobotDuplicate.tsx b/src/components/molecules/RobotDuplicate.tsx index 49c69342..786780ad 100644 --- a/src/components/molecules/RobotDuplicate.tsx +++ b/src/components/molecules/RobotDuplicate.tsx @@ -129,14 +129,13 @@ export const RobotDuplicationModal = ({ isOpen, handleStart, handleClose, initia { robot && ( <> + When to duplicate robots? +
- Easily duplicate your robots to handle pages with a similar structure. -
- For instance: - If you've created a robot for producthunt.com/topics/api, you can duplicate it to scrape similar pages - like producthunt.com/topics/database without starting from scratch. + Example: If you've created a robot for producthunt.com/topics/api, you can duplicate it to scrape similar pages + like producthunt.com/topics/database without training a robot from scratch.
- +
⚠️ Ensure the new page has the same structure as the original page. @@ -145,7 +144,7 @@ export const RobotDuplicationModal = ({ isOpen, handleStart, handleClose, initia key="Robot Target URL" value={targetUrl} onChange={handleTargetUrlChange} - style={{ marginBottom: '20px' }} + style={{ marginBottom: '20px', marginTop: '30px' }} />