From 5b0082fc4831fed449b72dbf7e95df4112d9cb06 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Sat, 19 Oct 2024 06:51:53 +0530 Subject: [PATCH] feat: get screenshot description --- src/components/molecules/ActionDescriptionBox.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/components/molecules/ActionDescriptionBox.tsx b/src/components/molecules/ActionDescriptionBox.tsx index 7a8061d4..9e05157b 100644 --- a/src/components/molecules/ActionDescriptionBox.tsx +++ b/src/components/molecules/ActionDescriptionBox.tsx @@ -41,7 +41,12 @@ const ActionDescriptionBox = () => { ) } else if (getScreenshot) { - return

Getting screenshot...

; + return ( + <> + Capture Screenshot + Capture a partial or full page screenshot of the current page. + + ) } else if (getList) { return ( <>