Remove 'now' from execute now buttons

This commit is contained in:
Carla
2024-07-24 22:27:48 +10:00
committed by GitHub
parent 935caddf01
commit 00927e349a
2 changed files with 2 additions and 2 deletions
@@ -170,7 +170,7 @@
href={`${base}/project-${$project.$id}/functions/function-${$func.$id}/executions/execute-function`}
disabled={!$func.$id || !$func?.deployment}>
<span class="icon-plus" aria-hidden="true" />
<span class="text">Execute now</span>
<span class="text">Execute</span>
</Button>
</div>
</div>
@@ -31,7 +31,7 @@
<Button
secondary
href={`${base}/project-${$project.$id}/functions/function-${$func.$id}/executions/execute-function`}>
Execute now
Execute
</Button>
</svelte:fragment>
</CardGrid>