From 441cf78c7c2c8c65644e17c2ac027f76151b030b Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Sat, 19 Oct 2024 19:15:08 +0530 Subject: [PATCH] feat: use typography variant h6 --- 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 ce7fe5db..9c0d5bab 100644 --- a/src/components/molecules/InterpretationLog.tsx +++ b/src/components/molecules/InterpretationLog.tsx @@ -186,13 +186,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 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." )