diff --git a/website/theme/components/HomeLayout.tsx b/website/theme/components/HomeLayout.tsx index 620514b..62cb87c 100644 --- a/website/theme/components/HomeLayout.tsx +++ b/website/theme/components/HomeLayout.tsx @@ -1084,7 +1084,10 @@ function RuntimeExecutionFlow({
- {labels.flowTask.slice(0, typedCount)} + {labels.flowTask.slice( + 0, + activeIndex === 0 ? typedCount : labels.flowTask.length, + )}