update Gitbook icon

This commit is contained in:
Henry
2023-07-01 13:21:40 +01:00
parent 4cadd7aa37
commit 7dda0d19c0
3 changed files with 2 additions and 12 deletions
@@ -16,7 +16,7 @@ class Gitbook_DocumentLoaders implements INode {
this.label = 'GitBook'
this.name = 'gitbook'
this.type = 'Document'
this.icon = 'gitbook_logo.svg'
this.icon = 'gitbook.svg'
this.category = 'Document Loaders'
this.description = `Load data from GitBook`
this.baseClasses = [this.type]