parent
29ef98722b
commit
dada8417a5
1 changed files with 3 additions and 3 deletions
|
|
@ -208,7 +208,7 @@ export const SIDEBAR_CATEGORIES = [
|
|||
{ display_name: "I/O", name: "input_output", icon: "Cable" },
|
||||
{ display_name: "Inputs", name: "inputs", icon: "Download" },
|
||||
{ display_name: "Outputs", name: "outputs", icon: "Upload" },
|
||||
{ display_name: "Prompts", name: "prompts", icon: "TerminalSquare" },
|
||||
{ display_name: "Prompts", name: "prompts", icon: "braces" },
|
||||
{ display_name: "Models", name: "models", icon: "BrainCog" },
|
||||
{ display_name: "Data", name: "data", icon: "Database" },
|
||||
{ display_name: "Processing", name: "processing", icon: "ListFilter" },
|
||||
|
|
@ -288,7 +288,7 @@ export const categoryIcons: Record<string, string> = {
|
|||
input_output: "Cable",
|
||||
inputs: "Download",
|
||||
outputs: "Upload",
|
||||
prompts: "TerminalSquare",
|
||||
prompts: "Braces",
|
||||
data: "Database",
|
||||
models: "BrainCircuit",
|
||||
helpers: "Wand2",
|
||||
|
|
@ -316,7 +316,7 @@ export const nodeIconToDisplayIconMap: Record<string, string> = {
|
|||
input_output: "Cable",
|
||||
inputs: "Download",
|
||||
outputs: "Upload",
|
||||
prompts: "TerminalSquare",
|
||||
prompts: "Braces",
|
||||
data: "Database",
|
||||
models: "BrainCog",
|
||||
helpers: "Wand2",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue