diff options
Diffstat (limited to 'src/App.tsx')
| -rw-r--r-- | src/App.tsx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/App.tsx b/src/App.tsx index 230bc80..6ec660a 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -10,10 +10,11 @@ import { useAppVisible } from "./utils"; const options = [ 'Ask ai', - 'Ask with context', + 'Ask with page context', + 'Ask with block context', 'Define', 'Divide into subtasks', - 'Summarize', + 'Summarize Page', 'Summarize Block', 'Convert to flash card', ]; |
