fix: nav bar ui tweak

This commit is contained in:
BennyKok
2024-01-19 17:08:05 +08:00
parent e220921440
commit e7e91f4c50
6 changed files with 7 additions and 11 deletions
+1 -3
View File
@@ -281,9 +281,7 @@ export function RunWorkflowButton({
<div className="flex justify-end">
<AutoFormSubmit>
Run
<span className="ml-2">
{isLoading ? <LoadingIcon /> : <Play size={14} />}
</span>
{isLoading ? <LoadingIcon /> : <Play size={14} />}
</AutoFormSubmit>
</div>
</AutoForm>