diff --git a/src/frontend/src/components/chatComponent/index.tsx b/src/frontend/src/components/chatComponent/index.tsx index 609c6dd0c..45af60840 100644 --- a/src/frontend/src/components/chatComponent/index.tsx +++ b/src/frontend/src/components/chatComponent/index.tsx @@ -87,13 +87,13 @@ export default function FlowToolbar(): JSX.Element { } >
-
+
{hasIO ? ( -
+
Playground
diff --git a/src/frontend/src/utils/styleUtils.ts b/src/frontend/src/utils/styleUtils.ts index a0c9c9756..ae9f8756b 100644 --- a/src/frontend/src/utils/styleUtils.ts +++ b/src/frontend/src/utils/styleUtils.ts @@ -136,6 +136,7 @@ import { X, XCircle, Zap, + MonitorPlay } from "lucide-react"; import { FaApple, FaGithub } from "react-icons/fa"; import { AWSIcon } from "../icons/AWS"; @@ -504,6 +505,7 @@ export const nodeIconsLucide: iconsType = { Bot, Delete, Command, + MonitorPlay, ArrowBigUp, Dot, };