diff --git a/surfsense_web/components/assistant-ui/thread.tsx b/surfsense_web/components/assistant-ui/thread.tsx index 30e2a42d9..aaf35c329 100644 --- a/surfsense_web/components/assistant-ui/thread.tsx +++ b/surfsense_web/components/assistant-ui/thread.tsx @@ -381,27 +381,36 @@ const ConnectorIndicator: FC = () => { onMouseLeave={handleMouseLeave} > {hasConnectors ? ( -
- Connected Sources ({connectors.length}) -
++ Connected Sources +
+ + {connectors.length} + +