Skip to content

Commit 78b2913

Browse files
committed
Modify schedule and webhook triggers to use new icons
1 parent 3c7816b commit 78b2913

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/blocks/schedule/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { everyXMinutesTrigger } from './lib/triggers/every-x-minutes.trigger';
99

1010
export const schedule = createBlock({
1111
displayName: 'Schedule',
12-
logoUrl: 'https://static.openops.com/blocks/schedule.png',
12+
logoUrl: 'https://static.openops.com/blocks/openops-schedule.svg',
1313
description: 'Trigger flow with fixed schedule',
1414
categories: [BlockCategory.CORE],
1515
auth: BlockAuth.None(),

packages/blocks/webhook/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const webhook = createBlock({
88
auth: BlockAuth.None(),
99
categories: [BlockCategory.CORE],
1010
minimumSupportedRelease: '0.27.1',
11-
logoUrl: 'https://static.openops.com/blocks/webhook.svg',
11+
logoUrl: 'https://static.openops.com/blocks/openops-webhook.svg',
1212
authors: ['abuaboud', 'pfernandez98'],
1313
actions: [],
1414
triggers: [catchWebhook],

0 commit comments

Comments
 (0)