diff --git a/frontend/src/app/auth/page.tsx b/frontend/src/app/auth/page.tsx index 5c092b89..044727ce 100644 --- a/frontend/src/app/auth/page.tsx +++ b/frontend/src/app/auth/page.tsx @@ -270,7 +270,6 @@ function LoginContent() {
- {/* */}

{isSignUp ? 'Create your account' : 'Log into your account'}

diff --git a/frontend/src/components/dashboard/dashboard-content.tsx b/frontend/src/components/dashboard/dashboard-content.tsx index 4b56c7ef..b678ec38 100644 --- a/frontend/src/components/dashboard/dashboard-content.tsx +++ b/frontend/src/components/dashboard/dashboard-content.tsx @@ -344,11 +344,6 @@ export function DashboardContent() {
- {/* {( -
- -
- )} */}
diff --git a/frontend/src/components/thread/chat-input/chat-input.tsx b/frontend/src/components/thread/chat-input/chat-input.tsx index 4e84a40e..d6841276 100644 --- a/frontend/src/components/thread/chat-input/chat-input.tsx +++ b/frontend/src/components/thread/chat-input/chat-input.tsx @@ -27,7 +27,7 @@ import { useFileDelete } from '@/hooks/react-query/files'; import { useQueryClient } from '@tanstack/react-query'; import { ToolCallInput } from './floating-tool-preview'; import { ChatSnack } from './chat-snack'; -import { Brain, Zap, Database, ArrowDown } from 'lucide-react'; +import { Brain, Zap, Database, ArrowDown, Wrench } from 'lucide-react'; import { useComposioToolkitIcon } from '@/hooks/react-query/composio/use-composio'; import { Skeleton } from '@/components/ui/skeleton'; @@ -610,6 +610,13 @@ export const ChatInput = memo(forwardRef(
Integrations + +