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`);
|
navigate(`/workflows/${workflowPermanentId}/run`);
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<span className="mr-2">Run</span>
|
<PlayIcon className="mr-2 h-6 w-6" />
|
||||||
<PlayIcon className="h-6 w-6" />
|
Run
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user