Put play icon in front of Run in workflow header (#1055)
This commit is contained in:
@@ -75,8 +75,8 @@ function WorkflowHeader({
|
||||
navigate(`/workflows/${workflowPermanentId}/run`);
|
||||
}}
|
||||
>
|
||||
<span className="mr-2">Run</span>
|
||||
<PlayIcon className="h-6 w-6" />
|
||||
<PlayIcon className="mr-2 h-6 w-6" />
|
||||
Run
|
||||
</Button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user