From e68fdc06c4f09a6e8c924e8f2028b4b2ccf52876 Mon Sep 17 00:00:00 2001 From: anovazzi1 Date: Thu, 22 Feb 2024 17:03:59 -0300 Subject: [PATCH] Update nodeIconsLucide in styleUtils.ts --- src/frontend/src/utils/styleUtils.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/frontend/src/utils/styleUtils.ts b/src/frontend/src/utils/styleUtils.ts index 3df9442e2..c7d563727 100644 --- a/src/frontend/src/utils/styleUtils.ts +++ b/src/frontend/src/utils/styleUtils.ts @@ -5,6 +5,7 @@ import { BookMarked, BookmarkPlus, Boxes, + Bot, Cable, Check, CheckCircle2, @@ -293,7 +294,7 @@ export const nodeIconsLucide: iconsType = { WikipediaAPIWrapper: SvgWikipedia, chains: Link, memories: Cpu, - models: Lightbulb, + models: Bot, llms: Lightbulb, prompts: TerminalSquare, tools: Wrench, @@ -414,4 +415,5 @@ export const nodeIconsLucide: iconsType = { Code, FlaskConical, AlertCircle, + Bot, };