From 7a310a191a79483bd51772c898a6b973d21e7794 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Sat, 19 Oct 2024 19:48:44 +0530 Subject: [PATCH] feat: align text left --- src/components/molecules/InterpretationLog.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/molecules/InterpretationLog.tsx b/src/components/molecules/InterpretationLog.tsx index fe2924fd..2be7d99f 100644 --- a/src/components/molecules/InterpretationLog.tsx +++ b/src/components/molecules/InterpretationLog.tsx @@ -188,13 +188,13 @@ export const InterpretationLog: React.FC = ({ isOpen, se {hasScrapeListAction || hasScrapeSchemaAction || hasScreenshotAction ? ( <> - + You've successfully trained the robot to perform actions! Click on the button below to get a preview of the data your robot will extract. ) : ( - + It looks like you have not selected anything for extraction yet. Once you do, the robot will show a preview of your selections here. )}