fix: Fix missing node logos (#9844)

This commit is contained in:
Jon
2024-06-26 08:35:59 +01:00
committed by GitHub
parent 8a09806c5a
commit 1eeaf32523
20 changed files with 14 additions and 24 deletions

View File

@@ -16,7 +16,7 @@ export class DeepL implements INodeType {
description: INodeTypeDescription = {
displayName: 'DeepL',
name: 'deepL',
icon: { light: 'file:deepl.svg', dark: 'file:deepl.dark.svg' },
icon: { light: 'file:deepl.svg', dark: 'file:deepL.dark.svg' },
group: ['input', 'output'],
version: 1,
description: 'Translate data using DeepL',