Update Chain Icons

This commit is contained in:
abhishekshankr
2023-12-18 03:19:43 -05:00
parent 9c3d193432
commit 557bdb0ef7
18 changed files with 82 additions and 19 deletions
@@ -20,7 +20,7 @@ class OpenApiChain_Chains implements INode {
this.name = 'openApiChain'
this.version = 1.0
this.type = 'OpenAPIChain'
this.icon = 'openapi.png'
this.icon = 'openapi.svg'
this.category = 'Chains'
this.description = 'Chain that automatically select and call APIs based only on an OpenAPI spec'
this.baseClasses = [this.type, ...getBaseClasses(APIChain)]