rename taskv2 block to navigationv2 (#2102)

This commit is contained in:
Shuchang Zheng
2025-04-04 10:16:18 -04:00
committed by GitHub
parent 93371cd0cd
commit 4f9dba5d15
2 changed files with 5 additions and 3 deletions

View File

@@ -79,7 +79,9 @@ function Taskv2Node({ id, data, type }: NodeProps<Taskv2Node>) {
titleClassName="text-base"
inputClassName="text-base"
/>
<span className="text-xs text-slate-400">Task v2 Block</span>
<span className="text-xs text-slate-400">
Navigation v2 Block
</span>
</div>
</div>
<NodeActionMenu

View File

@@ -44,8 +44,8 @@ const nodeLibraryItems: Array<{
className="size-6"
/>
),
title: "Task v2 Block",
description: "Runs a Skyvern 2.0 Task",
title: "Navigation v2 Block",
description: "Navigate on the page with Skyvern 2.0",
},
{
nodeType: "action",