Fix Google Translate icon

This commit is contained in:
Jan Oberhauser
2020-10-23 16:17:56 +02:00
parent 4df74771e3
commit fc9a373161
3 changed files with 1 additions and 36 deletions

View File

@@ -24,7 +24,7 @@ export class GoogleTranslate implements INodeType {
description: INodeTypeDescription = {
displayName: 'Google Translate',
name: 'googleTranslate',
icon: 'file:googletranslate.svg',
icon: 'file:googletranslate.png',
group: ['input', 'output'],
version: 1,
description: 'Translate data using Google Translate',