Skip to content

Commit 234728c

Browse files
committed
fix(workflow): replace legacy deployments icon
1 parent dfbb623 commit 234728c

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

apps/sim/blocks/blocks/deployments.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { SimDeploymentsIcon } from '@/components/icons'
1+
import { Rocket } from '@sim/emcn/icons'
22
import type { BlockConfig } from '@/blocks/types'
33

44
export const DeploymentsBlock: BlockConfig = {
@@ -15,8 +15,7 @@ export const DeploymentsBlock: BlockConfig = {
1515
- Deploy, undeploy, and promote require admin permission on the workspace; the read operations require workspace access.
1616
`,
1717
bgColor: '#0C0C0C',
18-
iconColor: '#33C482',
19-
icon: SimDeploymentsIcon,
18+
icon: Rocket,
2019
category: 'blocks',
2120
docsLink: 'https://docs.sim.ai/workflows/deployment',
2221
subBlocks: [

0 commit comments

Comments
 (0)