mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-12 05:17:28 -08:00
⚡ Fix Trello icon
This commit is contained in:
parent
d1ac4763df
commit
6cfad7f41f
|
@ -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.',
|
||||
|
|
Loading…
Reference in a new issue