diff --git a/src/App.jsx b/src/App.jsx index 10d3f20..a307b6b 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -542,7 +542,7 @@ function FlowRow({ }; const renderStepCard = (step, index, className) => ( -
+
-
+
{steps.length > maxVisibleSteps && ( <>
+ )}
);