diff --git a/apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/copilot/copilot.tsx b/apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/copilot/copilot.tsx index a07e5272c3..48a6c66ff4 100644 --- a/apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/copilot/copilot.tsx +++ b/apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/copilot/copilot.tsx @@ -160,7 +160,7 @@ export const Copilot = forwardRef( // Process markdown links: [text](url) processedContent = processedContent.replace( - /\[([^\]]+)\]\(([^\)]+)\)/g, + /\[([^\]]+)\]\(([^)]+)\)/g, '$1' )