Skip to content

Commit 405e2c5

Browse files
committed
update icon
1 parent e26193e commit 405e2c5

File tree

5 files changed

+17
-28
lines changed

5 files changed

+17
-28
lines changed

apps/docs/components/icons.tsx

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1267,21 +1267,14 @@ export function GoogleSlidesIcon(props: SVGProps<SVGSVGElement>) {
12671267

12681268
export function GoogleContactsIcon(props: SVGProps<SVGSVGElement>) {
12691269
return (
1270-
<svg {...props} viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'>
1271-
<path
1272-
d='M20.16 3H3.84C2.82 3 2 3.82 2 4.84v14.32C2 20.18 2.82 21 3.84 21h16.32c1.02 0 1.84-.82 1.84-1.84V4.84C22 3.82 21.18 3 20.16 3z'
1273-
fill='#F1F3F4'
1274-
/>
1275-
<path
1276-
d='M12 12.75c-1.63 0-4.88.82-4.88 2.44v1.22c0 .34.27.61.61.61h8.54c.34 0 .61-.27.61-.61v-1.22c0-1.63-3.25-2.44-4.88-2.44z'
1277-
fill='#4285F4'
1278-
/>
1279-
<circle cx='12' cy='9.38' r='2.5' fill='#4285F4' />
1270+
<svg {...props} xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'>
1271+
<path fill='#86a9ff' d='M199 244c-89 0-161 71-161 160v67c0 16 13 29 29 29h77l77-256z' />
1272+
<path fill='#578cff' d='M462 349c0-58-48-105-106-105h-77v256h77c58 0 106-47 106-106' />
12801273
<path
1281-
d='M17.25 12.13c.72.49 1.63 1.23 1.63 2.19v1.09h1.25c.34 0 .61-.27.61-.61v-1.22c0-1.06-1.96-1.67-3.49-1.45z'
1282-
fill='#A0C3FF'
1274+
fill='#0057cc'
1275+
d='M115 349c0-58 48-105 106-105h58c58 0 106 47 106 105v45c0 59-48 106-106 106H144c-16 0-29-13-29-29z'
12831276
/>
1284-
<circle cx='17' cy='9.38' r='1.88' fill='#A0C3FF' />
1277+
<circle cx='250' cy='99.4' r='99.4' fill='#0057cc' />
12851278
</svg>
12861279
)
12871280
}

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Run SQL queries and manage jobs on Databricks
55

66
import { BlockInfoCard } from "@/components/ui/block-info-card"
77

8-
<BlockInfoCard
8+
<BlockInfoCard
99
type="databricks"
1010
color="#FF3621"
1111
/>
@@ -24,6 +24,7 @@ With the Databricks integration in Sim, you can:
2424
In Sim, the Databricks integration enables your agents to interact with your data lakehouse as part of automated workflows. Agents can query large-scale datasets, orchestrate ETL pipelines by triggering jobs, monitor job execution, and retrieve results—all without leaving the workflow canvas. This is ideal for automated reporting, data pipeline management, scheduled analytics, and building AI-driven data workflows that react to query results or job outcomes.
2525
{/* MANUAL-CONTENT-END */}
2626

27+
2728
## Usage Instructions
2829

2930
Connect to Databricks to execute SQL queries against SQL warehouses, trigger and monitor job runs, manage clusters, and retrieve run outputs. Requires a Personal Access Token and workspace host URL.

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Manage candidates, jobs, and applications in Greenhouse
55

66
import { BlockInfoCard } from "@/components/ui/block-info-card"
77

8-
<BlockInfoCard
8+
<BlockInfoCard
99
type="greenhouse"
1010
color="#469776"
1111
/>
@@ -24,6 +24,7 @@ With the Greenhouse integration in Sim, you can:
2424
In Sim, the Greenhouse integration enables your agents to interact with your recruiting data as part of automated workflows. Agents can pull candidate information, monitor application pipelines, track job openings, and cross-reference hiring team data—all programmatically. This is ideal for building automated recruiting reports, candidate pipeline monitoring, hiring analytics dashboards, and workflows that react to changes in your talent pipeline.
2525
{/* MANUAL-CONTENT-END */}
2626

27+
2728
## Usage Instructions
2829

2930
Integrate Greenhouse into the workflow. List and retrieve candidates, jobs, applications, users, departments, offices, and job stages from your Greenhouse ATS account.

apps/sim/components/icons.tsx

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1267,21 +1267,14 @@ export function GoogleSlidesIcon(props: SVGProps<SVGSVGElement>) {
12671267

12681268
export function GoogleContactsIcon(props: SVGProps<SVGSVGElement>) {
12691269
return (
1270-
<svg {...props} viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'>
1271-
<path
1272-
d='M20.16 3H3.84C2.82 3 2 3.82 2 4.84v14.32C2 20.18 2.82 21 3.84 21h16.32c1.02 0 1.84-.82 1.84-1.84V4.84C22 3.82 21.18 3 20.16 3z'
1273-
fill='#F1F3F4'
1274-
/>
1275-
<path
1276-
d='M12 12.75c-1.63 0-4.88.82-4.88 2.44v1.22c0 .34.27.61.61.61h8.54c.34 0 .61-.27.61-.61v-1.22c0-1.63-3.25-2.44-4.88-2.44z'
1277-
fill='#4285F4'
1278-
/>
1279-
<circle cx='12' cy='9.38' r='2.5' fill='#4285F4' />
1270+
<svg {...props} xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'>
1271+
<path fill='#86a9ff' d='M199 244c-89 0-161 71-161 160v67c0 16 13 29 29 29h77l77-256z' />
1272+
<path fill='#578cff' d='M462 349c0-58-48-105-106-105h-77v256h77c58 0 106-47 106-106' />
12801273
<path
1281-
d='M17.25 12.13c.72.49 1.63 1.23 1.63 2.19v1.09h1.25c.34 0 .61-.27.61-.61v-1.22c0-1.06-1.96-1.67-3.49-1.45z'
1282-
fill='#A0C3FF'
1274+
fill='#0057cc'
1275+
d='M115 349c0-58 48-105 106-105h58c58 0 106 47 106 105v45c0 59-48 106-106 106H144c-16 0-29-13-29-29z'
12831276
/>
1284-
<circle cx='17' cy='9.38' r='1.88' fill='#A0C3FF' />
1277+
<circle cx='250' cy='99.4' r='99.4' fill='#0057cc' />
12851278
</svg>
12861279
)
12871280
}

apps/sim/lib/oauth/oauth.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ export const OAUTH_PROVIDERS: Record<string, OAuthProviderConfig> = {
129129
icon: GoogleContactsIcon,
130130
baseProviderIcon: GoogleIcon,
131131
scopes: ['https://www.googleapis.com/auth/contacts'],
132+
},
132133
'google-bigquery': {
133134
name: 'Google BigQuery',
134135
description: 'Query, list, and insert data in Google BigQuery.',

0 commit comments

Comments
 (0)