diff --git a/src/frontend/src/pages/FlowPage/components/nodeToolbarComponent/index.tsx b/src/frontend/src/pages/FlowPage/components/nodeToolbarComponent/index.tsx index 84013a34f..5abaa7bfb 100644 --- a/src/frontend/src/pages/FlowPage/components/nodeToolbarComponent/index.tsx +++ b/src/frontend/src/pages/FlowPage/components/nodeToolbarComponent/index.tsx @@ -388,13 +388,16 @@ export default function NodeToolbarComponent({ )} - -
+ +
{" "} - Delete{" "} + Delete{" "} + + +
diff --git a/src/frontend/src/utils/styleUtils.ts b/src/frontend/src/utils/styleUtils.ts index 38ad99bb3..78dcfdec1 100644 --- a/src/frontend/src/utils/styleUtils.ts +++ b/src/frontend/src/utils/styleUtils.ts @@ -117,6 +117,7 @@ import { X, XCircle, Zap, + Delete, } from "lucide-react"; import { FaApple, FaGithub } from "react-icons/fa"; import { AWSIcon } from "../icons/AWS"; @@ -416,4 +417,5 @@ export const nodeIconsLucide: iconsType = { FlaskConical, AlertCircle, Bot, + Delete, };