diff options
Diffstat (limited to 'packages/desktop/src/components')
| -rw-r--r-- | packages/desktop/src/components/prompt-input.tsx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/desktop/src/components/prompt-input.tsx b/packages/desktop/src/components/prompt-input.tsx index 0672dfc85..22f2c1642 100644 --- a/packages/desktop/src/components/prompt-input.tsx +++ b/packages/desktop/src/components/prompt-input.tsx @@ -621,6 +621,12 @@ export const PromptInput: Component<PromptInputProps> = (props) => { </div> )} </List> + <Button variant="ghost" class="w-full justify-start"> + <div class="flex items-center gap-2"> + <Icon name="plus-small" /> + <div class="text-text-strong">View all providers</div> + </div> + </Button> </div> </div> </div> |
