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' }}
/>