mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-27 09:00:32 +03:00
Updated document loader icons
This commit is contained in:
@@ -20,7 +20,7 @@ class Github_DocumentLoaders implements INode {
|
||||
this.name = 'github'
|
||||
this.version = 2.0
|
||||
this.type = 'Document'
|
||||
this.icon = 'github.png'
|
||||
this.icon = 'github.svg'
|
||||
this.category = 'Document Loaders'
|
||||
this.description = `Load data from a GitHub repository`
|
||||
this.baseClasses = [this.type]
|
||||
|
||||
Reference in New Issue
Block a user