diff --git a/apps/scan/src/components/ai-elements/response.tsx b/apps/scan/src/components/ai-elements/response.tsx index 3a1d0aa11..ed6acff11 100644 --- a/apps/scan/src/components/ai-elements/response.tsx +++ b/apps/scan/src/components/ai-elements/response.tsx @@ -77,6 +77,18 @@ export const Response = memo(
  • {children}
  • ); }, + a({ children, href }) { + return ( + + {children} + + ); + }, }} {...props} />