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. + + ) } }