Rename StickyNote node and move to utilities category

This commit is contained in:
Ilango 2024-01-11 21:15:29 +05:30
parent d70c097341
commit 22ebf95a59
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
import { INode, INodeOutputsValue, INodeParams } from '../../../src/Interface' import { INode, INodeParams } from '../../../src/Interface'
class StickyNote implements INode { class StickyNote implements INode {
label: string label: string
@ -18,7 +18,7 @@ class StickyNote implements INode {
this.version = 1.0 this.version = 1.0
this.type = 'StickyNote' this.type = 'StickyNote'
this.icon = 'stickyNote.svg' this.icon = 'stickyNote.svg'
this.category = 'Tools' this.category = 'Utilities'
this.description = 'Add a note about a node' this.description = 'Add a note about a node'
this.inputs = [ this.inputs = [
{ {

View File

Before

Width:  |  Height:  |  Size: 305 B

After

Width:  |  Height:  |  Size: 305 B