From 1a27ed7dd606edecfa9173155a3df5b66c1d8626 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Tue, 19 Nov 2024 00:23:18 +0530 Subject: [PATCH] feat: explain robot duplication --- src/components/molecules/RobotDuplicate.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/molecules/RobotDuplicate.tsx b/src/components/molecules/RobotDuplicate.tsx index 7edf6915..3fe6abb7 100644 --- a/src/components/molecules/RobotDuplicate.tsx +++ b/src/components/molecules/RobotDuplicate.tsx @@ -129,7 +129,7 @@ export const RobotDuplicationModal = ({ isOpen, handleStart, handleClose, initia { robot && ( <> - When to duplicate robots? + Robot duplication is useful to extract data from pages with the same structure.
Example: If you've created a robot for producthunt.com/topics/api, you can duplicate it to scrape similar pages