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,