mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 14:44:05 -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 = {
|
description: INodeTypeDescription = {
|
||||||
displayName: 'Trello Trigger',
|
displayName: 'Trello Trigger',
|
||||||
name: 'trelloTrigger',
|
name: 'trelloTrigger',
|
||||||
icon: 'file:trello.png',
|
icon: 'file:trello.svg',
|
||||||
group: ['trigger'],
|
group: ['trigger'],
|
||||||
version: 1,
|
version: 1,
|
||||||
description: 'Starts the workflow when Trello events occure.',
|
description: 'Starts the workflow when Trello events occure.',
|
||||||
|
|
Loading…
Reference in a new issue