diff --git a/frontend/src/agents/NewAgent.tsx b/frontend/src/agents/NewAgent.tsx index 464b49fe..a224f8d9 100644 --- a/frontend/src/agents/NewAgent.tsx +++ b/frontend/src/agents/NewAgent.tsx @@ -333,7 +333,11 @@ export default function NewAgent({ mode }: { mode: 'new' | 'edit' | 'draft' }) { )} @@ -141,21 +183,36 @@ export default function AgentDetailsModal({

Webhook URL

- {webhookUrl && ( -
- -
- )} {webhookUrl ? ( -
-

- {webhookUrl} +

+

+ + {webhookUrl} + +

+ + Learn more + External link +
) : (