diff --git a/packages/extension/src/components/ConfigPanel.tsx b/packages/extension/src/components/ConfigPanel.tsx index 5443ba7..60b6cbb 100644 --- a/packages/extension/src/components/ConfigPanel.tsx +++ b/packages/extension/src/components/ConfigPanel.tsx @@ -1,6 +1,7 @@ import { Copy, CornerUpLeft, + ExternalLink, Eye, EyeOff, FoldVertical, @@ -160,8 +161,8 @@ export function ConfigPanel({ config, onSave, onClose }: ConfigPanelProps) { target="_blank" className="flex items-center justify-between p-3 rounded-md border bg-muted/50 text-xs font-medium text-muted-foreground hover:text-foreground hover:border-foreground/20 transition-colors" > - Manage Page Agent Hub config - + Manage Page Agent Hub +
@@ -178,7 +179,7 @@ export function ConfigPanel({ config, onSave, onClose }: ConfigPanelProps) { {isTestingEndpoint(baseURL) && (
- You are using the free testing API. By using this service you agree to the{' '} + You are using our testing API. By using this you agree to the{' '} Terms of Use & Privacy Policy - . No sensitive data. No guaranteed availability.
)} @@ -223,7 +223,7 @@ export function ConfigPanel({ config, onSave, onClose }: ConfigPanelProps) {
- +