Block Library naming fix (#2190)

This commit is contained in:
Shuchang Zheng
2025-04-19 11:24:02 +08:00
committed by GitHub
parent 2e5e11a239
commit 89f1e8d4dd

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"