Add svg logos to Facebook nodes (#1713)

This commit is contained in:
Ricardo Espinoza
2021-04-30 15:22:46 -04:00
committed by GitHub
parent 901551ae99
commit 144bf3ea00
4 changed files with 18 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ export class FacebookTrigger implements INodeType {
description: INodeTypeDescription = {
displayName: 'Facebook Trigger',
name: 'facebookTrigger',
icon: 'file:facebook.png',
icon: 'file:facebook.svg',
group: ['trigger'],
version: 1,
subtitle: '={{$parameter["appId"] +"/"+ $parameter["object"]}}',