Update src/components/graph/graph-section.tsx

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
This commit is contained in:
zenchantlive 2026-02-12 23:49:16 -08:00 committed by GitHub
parent 2d74fed039
commit c0d61354ed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -80,7 +80,7 @@ export function GraphSection({
) : null}
<p className="w-full text-[10px] text-text-muted/55 md:w-auto md:max-w-[26rem]">
<span className="font-semibold text-text-muted/75">Read left to right:</span>{' '}
Left = blockers, middle = selected task, Right = work this task unblocks.
Left = blockers, middle = selected task, Right = work unblocked by this task.
</p>
</div>