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

@@ -20,7 +20,7 @@ export class FacebookGraphApi implements INodeType {
description: INodeTypeDescription = {
displayName: 'Facebook Graph API',
name: 'facebookGraphApi',
icon: 'file:facebook.png',
icon: 'file:facebook.svg',
group: ['transform'],
version: 1,
description: 'Interacts with Facebook using the Graph API',