Updated document loader icons

This commit is contained in:
abhishekshankr
2023-12-18 04:22:10 -05:00
parent 37030b9ace
commit 886e0af59b
36 changed files with 157 additions and 113 deletions
@@ -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]