Skip to content

Commit 82cb609

Browse files
committed
Lint
1 parent 07cd6f9 commit 82cb609

File tree

1 file changed

+1
-1
lines changed
  • apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/copilot

1 file changed

+1
-1
lines changed

apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/copilot/copilot.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ export const Copilot = forwardRef<CopilotRef, CopilotProps>(
160160

161161
// Process markdown links: [text](url)
162162
processedContent = processedContent.replace(
163-
/\[([^\]]+)\]\(([^\)]+)\)/g,
163+
/\[([^\]]+)\]\(([^)]+)\)/g,
164164
'<a href="$2" target="_blank" rel="noopener noreferrer" class="text-blue-600 hover:text-blue-800 font-semibold underline transition-colors">$1</a>'
165165
)
166166

0 commit comments

Comments
 (0)