From 00ca2023a1acbdf80332f504fdffb6c615cfdec1 Mon Sep 17 00:00:00 2001 From: anovazzi1 Date: Wed, 21 Feb 2024 16:55:50 -0300 Subject: [PATCH] Update chat trigger icon and add Sliders icon --- src/frontend/src/components/ViewTriggers/chat/index.tsx | 2 +- src/frontend/src/utils/styleUtils.ts | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/frontend/src/components/ViewTriggers/chat/index.tsx b/src/frontend/src/components/ViewTriggers/chat/index.tsx index 0a7bdd246..f61da2969 100644 --- a/src/frontend/src/components/ViewTriggers/chat/index.tsx +++ b/src/frontend/src/components/ViewTriggers/chat/index.tsx @@ -21,7 +21,7 @@ export default function ChatTrigger({}): JSX.Element { >
diff --git a/src/frontend/src/utils/styleUtils.ts b/src/frontend/src/utils/styleUtils.ts index 0183296fd..3f883b91c 100644 --- a/src/frontend/src/utils/styleUtils.ts +++ b/src/frontend/src/utils/styleUtils.ts @@ -10,6 +10,7 @@ import { ChevronDown, ChevronLeft, ChevronRight, + Sliders, ChevronUp, ChevronsLeft, ChevronsRight, @@ -400,6 +401,7 @@ export const nodeIconsLucide: iconsType = { TerminalIcon, Repeat, io: Cable, + Sliders, ScreenShare, Code, FlaskConical,