Skip to content

Commit f5ee3b9

Browse files
authored
Update AIToolsContainer.tsx (#1033)
1 parent fd8ca31 commit f5ee3b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/AIToolsContainer/AIToolsContainer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const AIToolsContainer = ({}: AIToolsContainerProps) => {
3232
},
3333
{
3434
name: "Claude",
35-
baseUrl: "https://claude.ai/chat?q=",
35+
baseUrl: "https://claude.ai/new?q=",
3636
image: "/docs_images/integrations/icons/claude.png",
3737
displayTitle: false,
3838
},

0 commit comments

Comments
 (0)