mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-02 07:01:30 -08:00
refactor(Text Classifier Node): Mark the text classifier node as black (#10118)
This commit is contained in:
parent
2e5c548452
commit
12d692349d
|
@ -34,6 +34,7 @@ export class TextClassifier implements INodeType {
|
||||||
displayName: 'Text Classifier',
|
displayName: 'Text Classifier',
|
||||||
name: 'textClassifier',
|
name: 'textClassifier',
|
||||||
icon: 'fa:tags',
|
icon: 'fa:tags',
|
||||||
|
iconColor: 'black',
|
||||||
group: ['transform'],
|
group: ['transform'],
|
||||||
version: 1,
|
version: 1,
|
||||||
description: 'Classify your text into distinct categories',
|
description: 'Classify your text into distinct categories',
|
||||||
|
|
Loading…
Reference in a new issue