Node Library -> Block Library (#2183)

This commit is contained in:
Shuchang Zheng
2025-04-19 06:38:39 +08:00
committed by GitHub
parent b5e625f7f4
commit 51f0f8354c

View File

@@ -234,7 +234,7 @@ function WorkflowNodeLibraryPanel({ onNodeClick, first }: Props) {
<div className="space-y-4">
<header className="space-y-2">
<div className="flex justify-between">
<h1 className="text-lg">Node Library</h1>
<h1 className="text-lg">Block Library</h1>
{!first && (
<Cross2Icon
className="size-6 cursor-pointer"