From c0d61354ed3647505c0f7802e7204a59f0e1e037 Mon Sep 17 00:00:00 2001 From: zenchantlive <103866469+zenchantlive@users.noreply.github.com> Date: Thu, 12 Feb 2026 23:49:16 -0800 Subject: [PATCH] Update src/components/graph/graph-section.tsx Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- src/components/graph/graph-section.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/graph/graph-section.tsx b/src/components/graph/graph-section.tsx index 68559c0..6819501 100644 --- a/src/components/graph/graph-section.tsx +++ b/src/components/graph/graph-section.tsx @@ -80,7 +80,7 @@ export function GraphSection({ ) : null}

Read left to right:{' '} - Left = blockers, middle = selected task, Right = work this task unblocks. + Left = blockers, middle = selected task, Right = work unblocked by this task.