feat: get screenshot description

This commit is contained in:
karishmas6
2024-10-19 06:51:53 +05:30
parent fee7a2a488
commit 5b0082fc48

View File

@@ -41,7 +41,12 @@ const ActionDescriptionBox = () => {
</>
)
} else if (getScreenshot) {
return <p>Getting screenshot...</p>;
return (
<>
<Typography variant="h6" gutterBottom>Capture Screenshot</Typography>
<Typography variant="body1" gutterBottom>Capture a partial or full page screenshot of the current page. </Typography>
</>
)
} else if (getList) {
return (
<>