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:
parent
2d74fed039
commit
c0d61354ed
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue