From 64dd104b5b43a03e0b618f7896fdbbc67cc31c6d Mon Sep 17 00:00:00 2001 From: Emir Karabeg Date: Fri, 14 Nov 2025 01:52:03 -0800 Subject: [PATCH] fix(landing): hero stripe icon --- apps/sim/app/(landing)/components/hero/hero.tsx | 2 +- apps/sim/components/icons.tsx | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/apps/sim/app/(landing)/components/hero/hero.tsx b/apps/sim/app/(landing)/components/hero/hero.tsx index 7169925df16..1b274ea33b3 100644 --- a/apps/sim/app/(landing)/components/hero/hero.tsx +++ b/apps/sim/app/(landing)/components/hero/hero.tsx @@ -215,7 +215,7 @@ export default function Hero() { { key: 'linear', icon: LinearIcon, label: 'Linear', style: { color: '#5E6AD2' } }, { key: 'discord', icon: DiscordIcon, label: 'Discord', style: { color: '#5765F2' } }, { key: 'airtable', icon: AirtableIcon, label: 'Airtable' }, - { key: 'stripe', icon: StripeIcon, label: 'Stripe' }, + { key: 'stripe', icon: StripeIcon, label: 'Stripe', style: { color: '#635BFF' } }, { key: 'notion', icon: NotionIcon, label: 'Notion' }, { key: 'googleSheets', icon: GoogleSheetsIcon, label: 'Google Sheets' }, { key: 'googleDrive', icon: GoogleDriveIcon, label: 'Google Drive' }, diff --git a/apps/sim/components/icons.tsx b/apps/sim/components/icons.tsx index 6a41f9937ef..33c2516930e 100644 --- a/apps/sim/components/icons.tsx +++ b/apps/sim/components/icons.tsx @@ -1802,38 +1802,38 @@ export function StripeIcon(props: SVGProps) { fillRule='evenodd' clipRule='evenodd' d='M360 78.0002C360 52.4002 347.6 32.2002 323.9 32.2002C300.1 32.2002 285.7 52.4002 285.7 77.8002C285.7 107.9 302.7 123.1 327.1 123.1C339 123.1 348 120.4 354.8 116.6V96.6002C348 100 340.2 102.1 330.3 102.1C320.6 102.1 312 98.7002 310.9 86.9002H359.8C359.8 85.6002 360 80.4002 360 78.0002ZM310.6 68.5002C310.6 57.2002 317.5 52.5002 323.8 52.5002C329.9 52.5002 336.4 57.2002 336.4 68.5002H310.6Z' - fill='white' + fill='currentColor' /> - + )