node library to block library (#2643)

This commit is contained in:
Shuchang Zheng
2025-06-09 19:12:05 -07:00
committed by GitHub
parent 4872f9fa4e
commit acbca5d9c0

View File

@@ -273,8 +273,8 @@ function WorkflowNodeLibraryPanel({ onNodeClick, first }: Props) {
</div>
<span className="text-sm text-slate-400">
{first
? "Click on the node type to add your first block"
: "Click on the node type you want to add"}
? "Click on the block type to add your first block"
: "Click on the block type you want to add"}
</span>
</header>
<div className="relative">