mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix: Fix missing node logos (#9844)
This commit is contained in:
@@ -17,7 +17,7 @@ export class KafkaTrigger implements INodeType {
|
||||
description: INodeTypeDescription = {
|
||||
displayName: 'Kafka Trigger',
|
||||
name: 'kafkaTrigger',
|
||||
icon: 'file:kafka.svg',
|
||||
icon: { light: 'file:kafka.svg', dark: 'file:kafka.dark.svg' },
|
||||
group: ['trigger'],
|
||||
version: [1, 1.1],
|
||||
description: 'Consume messages from a Kafka topic',
|
||||
|
||||
Reference in New Issue
Block a user