File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import { everyXMinutesTrigger } from './lib/triggers/every-x-minutes.trigger';
99
1010export 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 ( ) ,
Original file line number Diff line number Diff 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 ] ,
You can’t perform that action at this time.
0 commit comments