Skip to content

Commit 91ccbb9

Browse files
authored
fix(agentphone): fix image (#4281)
1 parent dcbe7c6 commit 91ccbb9

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

apps/docs/content/docs/en/tools/agentphone.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
77

88
<BlockInfoCard
99
type="agentphone"
10-
color="linear-gradient(135deg, #050505 0%, #003d20 55%, #00e676 100%)"
10+
color="linear-gradient(135deg, #1a1a1a 0%, #0a2a14 100%)"
1111
/>
1212

1313
{/* MANUAL-CONTENT-START:intro */}

apps/sim/app/(landing)/integrations/data/integrations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@
214214
"name": "AgentPhone",
215215
"description": "Provision numbers, send SMS and iMessage, and place voice calls with AgentPhone",
216216
"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.",
217-
"bgColor": "linear-gradient(135deg, #050505 0%, #003d20 55%, #00e676 100%)",
217+
"bgColor": "linear-gradient(135deg, #1a1a1a 0%, #0a2a14 100%)",
218218
"iconName": "AgentPhoneIcon",
219219
"docsUrl": "https://docs.sim.ai/tools/agentphone",
220220
"operations": [

apps/sim/blocks/blocks/agentphone.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export const AgentPhoneBlock: BlockConfig = {
3434
category: 'tools',
3535
integrationType: IntegrationType.Communication,
3636
tags: ['messaging', 'automation'],
37-
bgColor: 'linear-gradient(135deg, #050505 0%, #003d20 55%, #00e676 100%)',
37+
bgColor: 'linear-gradient(135deg, #1a1a1a 0%, #0a2a14 100%)',
3838
icon: AgentPhoneIcon,
3939
authMode: AuthMode.ApiKey,
4040

0 commit comments

Comments
 (0)