From d254ac3b945c86fd0ddca591d5d56a90ce123684 Mon Sep 17 00:00:00 2001 From: Desktop Date: Wed, 12 Nov 2025 22:26:16 +0500 Subject: [PATCH] Update WorkflowPipeline.tsx --- frontend/src/components/dashboard/WorkflowPipeline.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/frontend/src/components/dashboard/WorkflowPipeline.tsx b/frontend/src/components/dashboard/WorkflowPipeline.tsx index 59c161b9..951de8d3 100644 --- a/frontend/src/components/dashboard/WorkflowPipeline.tsx +++ b/frontend/src/components/dashboard/WorkflowPipeline.tsx @@ -151,7 +151,12 @@ export default function WorkflowPipeline({ {!isLast && showConnections && (
- + {/* Simple arrow using CSS */} +
)}