From c50f4b40c12020f39acabc7f8d786d72d240d2ad Mon Sep 17 00:00:00 2001 From: amhsirak Date: Tue, 19 Nov 2024 00:11:32 +0530 Subject: [PATCH] feat: remove how it works --- src/components/molecules/RobotDuplicate.tsx | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/src/components/molecules/RobotDuplicate.tsx b/src/components/molecules/RobotDuplicate.tsx index f414acf7..8f28ca1d 100644 --- a/src/components/molecules/RobotDuplicate.tsx +++ b/src/components/molecules/RobotDuplicate.tsx @@ -130,17 +130,15 @@ export const RobotDuplicationModal = ({ isOpen, handleStart, handleClose, initia robot && ( <> - 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. - How it works: - - Select a robot you want to duplicate. - Use the duplication feature to create a copy of the robot. - Customize the robot if needed, ensuring it fits the new page structure. + 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. +
+ + ⚠️ Ensure the new page has a similar structure to the original for seamless functionality. - - This feature saves you time and effort while keeping your workflow streamlined for similar pages.