Skip to content

Commit

Permalink
⚡ Add webhook node icon (#1910)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivov committed Jun 18, 2021
1 parent 3f749ec commit f8fcf0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/nodes-base/nodes/Webhook.node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ function authorizationError(resp: Response, realm: string, responseCode: number,
export class Webhook implements INodeType {
description: INodeTypeDescription = {
displayName: 'Webhook',
icon: 'file:webhook.svg',
name: 'webhook',
group: ['trigger'],
version: 1,
Expand Down
1 change: 1 addition & 0 deletions packages/nodes-base/nodes/webhook.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f8fcf0c

Please sign in to comment.