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:
@@ -16,7 +16,7 @@ export class GithubTrigger implements INodeType {
|
||||
description: INodeTypeDescription = {
|
||||
displayName: 'Github Trigger',
|
||||
name: 'githubTrigger',
|
||||
icon: 'file:github.svg',
|
||||
icon: { light: 'file:github.svg', dark: 'file:github.dark.svg' },
|
||||
group: ['trigger'],
|
||||
version: 1,
|
||||
subtitle:
|
||||
|
||||
Reference in New Issue
Block a user