diff --git a/apps/docs/components/icons.tsx b/apps/docs/components/icons.tsx index 28fe90c33e8..26bebbdcb1a 100644 --- a/apps/docs/components/icons.tsx +++ b/apps/docs/components/icons.tsx @@ -1521,14 +1521,10 @@ export function InstagramIcon(props: SVGProps) { export function CrunchbaseIcon(props: SVGProps) { return ( - - + ) diff --git a/apps/docs/content/docs/en/integrations/cbinsights.mdx b/apps/docs/content/docs/en/integrations/cbinsights.mdx index 99c93f476b5..d41c984a1ec 100644 --- a/apps/docs/content/docs/en/integrations/cbinsights.mdx +++ b/apps/docs/content/docs/en/integrations/cbinsights.mdx @@ -7,7 +7,7 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" {/* MANUAL-CONTENT-START:intro */} diff --git a/apps/sim/blocks/blocks/cbinsights.ts b/apps/sim/blocks/blocks/cbinsights.ts index 5c69cd3f3d7..0e40534230b 100644 --- a/apps/sim/blocks/blocks/cbinsights.ts +++ b/apps/sim/blocks/blocks/cbinsights.ts @@ -71,7 +71,7 @@ export const CbInsightsBlock: BlockConfig = { docsLink: 'https://docs.sim.ai/integrations/cbinsights', category: 'tools', integrationType: IntegrationType.Sales, - bgColor: '#003366', + bgColor: '#FFFFFF', icon: CbInsightsIcon, authMode: AuthMode.ApiKey, canvasPresentation: { diff --git a/apps/sim/components/icons.tsx b/apps/sim/components/icons.tsx index 28fe90c33e8..26bebbdcb1a 100644 --- a/apps/sim/components/icons.tsx +++ b/apps/sim/components/icons.tsx @@ -1521,14 +1521,10 @@ export function InstagramIcon(props: SVGProps) { export function CrunchbaseIcon(props: SVGProps) { return ( - - + ) diff --git a/packages/deployment-config/src/integrations.json b/packages/deployment-config/src/integrations.json index c8cb66233be..dc73ac8bbef 100644 --- a/packages/deployment-config/src/integrations.json +++ b/packages/deployment-config/src/integrations.json @@ -3297,7 +3297,7 @@ "name": "CB Insights", "description": "Research private markets — firmographics, funding, and predictive scores", "longDescription": "Integrates the CB Insights API v2 into the workflow. Resolve companies to CB Insights IDs for free, search firmographics across markets and geographies, pull funding rounds, cap tables, investments, and exits, map business relationships, read leadership and board history, and retrieve the proprietary Mosaic Score, Commercial Maturity, and Exit Probability outlooks. Generate AI Scouting Reports, or ask ChatCBI directly. Which datasets answer depends on your CB Insights license.", - "bgColor": "#003366", + "bgColor": "#FFFFFF", "iconName": "CbInsightsIcon", "docsUrl": "https://docs.sim.ai/integrations/cbinsights", "operations": [