From 96bc9dfa9652d9d0a6cfbddf47271fed7ca0fa65 Mon Sep 17 00:00:00 2001 From: waleed Date: Thu, 23 Apr 2026 16:52:23 -0700 Subject: [PATCH] fix(agentphone): fix image --- apps/docs/content/docs/en/tools/agentphone.mdx | 2 +- apps/sim/app/(landing)/integrations/data/integrations.json | 2 +- apps/sim/blocks/blocks/agentphone.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/docs/content/docs/en/tools/agentphone.mdx b/apps/docs/content/docs/en/tools/agentphone.mdx index 2fc798710b..e70c115ec1 100644 --- a/apps/docs/content/docs/en/tools/agentphone.mdx +++ b/apps/docs/content/docs/en/tools/agentphone.mdx @@ -7,7 +7,7 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" {/* MANUAL-CONTENT-START:intro */} diff --git a/apps/sim/app/(landing)/integrations/data/integrations.json b/apps/sim/app/(landing)/integrations/data/integrations.json index 8accfa7035..42cc823ea1 100644 --- a/apps/sim/app/(landing)/integrations/data/integrations.json +++ b/apps/sim/app/(landing)/integrations/data/integrations.json @@ -214,7 +214,7 @@ "name": "AgentPhone", "description": "Provision numbers, send SMS and iMessage, and place voice calls with AgentPhone", "longDescription": "Give your workflow a phone. Provision SMS- and voice-enabled numbers, send messages and tapback reactions, place outbound voice calls, manage conversations and contacts, and track usage — all through a single AgentPhone API key.", - "bgColor": "linear-gradient(135deg, #050505 0%, #003d20 55%, #00e676 100%)", + "bgColor": "linear-gradient(135deg, #1a1a1a 0%, #0a2a14 100%)", "iconName": "AgentPhoneIcon", "docsUrl": "https://docs.sim.ai/tools/agentphone", "operations": [ diff --git a/apps/sim/blocks/blocks/agentphone.ts b/apps/sim/blocks/blocks/agentphone.ts index 3ae4690c7d..c693ffbec7 100644 --- a/apps/sim/blocks/blocks/agentphone.ts +++ b/apps/sim/blocks/blocks/agentphone.ts @@ -34,7 +34,7 @@ export const AgentPhoneBlock: BlockConfig = { category: 'tools', integrationType: IntegrationType.Communication, tags: ['messaging', 'automation'], - bgColor: 'linear-gradient(135deg, #050505 0%, #003d20 55%, #00e676 100%)', + bgColor: 'linear-gradient(135deg, #1a1a1a 0%, #0a2a14 100%)', icon: AgentPhoneIcon, authMode: AuthMode.ApiKey,