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

@@ -23,7 +23,6 @@ export class Cockpit implements INodeType {
description: INodeTypeDescription = {
displayName: 'Cockpit',
name: 'cockpit',
icon: { light: 'file:cockpit.svg', dark: 'file:cockpit.dark.svg' },
group: ['output'],
version: 1,