docs: added a section on figma mcp + workflows diagram fix (#13367)

This commit is contained in:
Shahed Nasser
2025-09-01 18:45:23 +03:00
committed by GitHub
parent bafe110352
commit f8d8eeace1
4 changed files with 14 additions and 2 deletions

View File

@@ -108,7 +108,7 @@ export const WorkflowDiagramStepNode = ({ step }: WorkflowDiagramNodeProps) => {
ref={ref}
>
<Link
href={step.link || `#${step.name}`}
href={step.link || `#${step.name.toLowerCase()}`}
className="focus-visible:shadow-borders-focus transition-fg rounded-docs_sm outline-none"
>
<div