diff --git a/src/components/ConnectionIndicator.tsx b/src/components/ConnectionIndicator.tsx index 4ce5fbba2..d64b1e0b7 100644 --- a/src/components/ConnectionIndicator.tsx +++ b/src/components/ConnectionIndicator.tsx @@ -6,7 +6,7 @@ interface ConnectionIndicatorProps { const ConnectionIndicator = ({ status = 'connected', - description = 'Your browser is now connected to the AlphaHuman AI. Keep this tab open to keep the connection alive. You can message the assistant with the button below.', + description = 'Your browser is now connected to the AlphaHuman AI. Keep this tab open to keep the connection alive. You can message your assistant with the button below.', className = '', }: ConnectionIndicatorProps) => { const statusConfig = { diff --git a/src/pages/Home.tsx b/src/pages/Home.tsx index 2c3a01ab8..de3e48aa1 100644 --- a/src/pages/Home.tsx +++ b/src/pages/Home.tsx @@ -79,11 +79,11 @@ const Home = () => { {/* Action buttons */} -
+
{/* Manage Connections */} -
- ); -}; - -export default AnalyticsStep;