Ensure consistency in button severity between workflow and task runs (#939)

This commit is contained in:
Kerem Yilmaz
2024-10-09 07:02:59 -07:00
committed by GitHub
parent e6d68430e2
commit 68448fc2b1
2 changed files with 11 additions and 8 deletions

View File

@@ -286,12 +286,12 @@ function WorkflowRun() {
}}
>
<CopyIcon className="mr-2 h-4 w-4" />
Copy as cURL
Copy cURL
</Button>
<Button asChild variant="secondary">
<Link to={`/workflows/${workflowPermanentId}/edit`}>
<Pencil2Icon className="mr-2 h-4 w-4" />
Edit Workflow
Edit
</Link>
</Button>
<Button asChild>
@@ -302,7 +302,7 @@ function WorkflowRun() {
}}
>
<PlayIcon className="mr-2 h-4 w-4" />
Rerun Workflow
Rerun
</Link>
</Button>
</div>