From f33ee40dcd38eff09c7a47c4e9d46698e0777be9 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Sat, 19 Oct 2024 06:58:31 +0530 Subject: [PATCH] feat: default state --- src/components/molecules/ActionDescriptionBox.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/components/molecules/ActionDescriptionBox.tsx b/src/components/molecules/ActionDescriptionBox.tsx index a58bcb47..16abce07 100644 --- a/src/components/molecules/ActionDescriptionBox.tsx +++ b/src/components/molecules/ActionDescriptionBox.tsx @@ -56,10 +56,11 @@ const ActionDescriptionBox = () => { ) } else { return ( -
-

Defauly

-
- ); + <> + What data do you want to extract? + A robot is designed to perform one action at a time. You can choose any of the options below. + + ) } }