Put play icon in front of Run in workflow header (#1055)

This commit is contained in:
Shuchang Zheng
2024-10-25 09:12:30 -07:00
committed by GitHub
parent c89be09a4a
commit eedbac5768

View File

@@ -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>