Fix Trello icon

This commit is contained in:
Jan Oberhauser 2021-01-21 11:32:24 +01:00
parent d1ac4763df
commit 6cfad7f41f

View file

@ -20,7 +20,7 @@ export class TrelloTrigger implements INodeType {
description: INodeTypeDescription = {
displayName: 'Trello Trigger',
name: 'trelloTrigger',
icon: 'file:trello.png',
icon: 'file:trello.svg',
group: ['trigger'],
version: 1,
description: 'Starts the workflow when Trello events occure.',