mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-05-25 18:55:19 +02:00
change tool tab name
This commit is contained in:
parent
ef3b49e94f
commit
10045c742d
2 changed files with 4 additions and 1 deletions
|
|
@ -293,6 +293,9 @@ export function ComposioToolsPanel({
|
|||
{searchQuery && ` for "${searchQuery}"`}
|
||||
</span>
|
||||
)}
|
||||
<div className="text-xs text-gray-400 dark:text-gray-500 mt-1">
|
||||
Powered by Composio
|
||||
</div>
|
||||
</div>
|
||||
<div className="flex items-center gap-2">
|
||||
<Button
|
||||
|
|
|
|||
|
|
@ -65,7 +65,7 @@ export function ToolsConfig({
|
|||
fullWidth
|
||||
>
|
||||
{useComposioTools && (
|
||||
<Tab key="composio" title="Composio">
|
||||
<Tab key="composio" title="Library">
|
||||
<div className="mt-4 p-6">
|
||||
<SelectComposioToolkit
|
||||
projectId={projectId}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue