fix: Text on deno buildpack

This commit is contained in:
Andras Bacsai 2022-04-20 22:27:10 +02:00
parent fbc81ab3eb
commit 65c8f55ee6

View File

@ -446,8 +446,7 @@
/> />
</div> </div>
<div class="grid grid-cols-2 items-center"> <div class="grid grid-cols-2 items-center">
<label for="denoOptions" class="text-base font-bold text-stone-100">List of Options</label <label for="denoOptions" class="text-base font-bold text-stone-100">Arguments</label>
>
<input <input
readonly={!$session.isAdmin} readonly={!$session.isAdmin}
name="denoOptions" name="denoOptions"
@ -456,7 +455,7 @@
placeholder="eg: --allow-net --allow-hrtime --config path/to/file.json" placeholder="eg: --allow-net --allow-hrtime --config path/to/file.json"
/> />
<Explainer <Explainer
text="List of options to pass to <span class='text-green-500 font-bold'>deno</span> command. Could include permissions, configurations files, etc." text="List of arguments to pass to <span class='text-green-500 font-bold'>deno run</span> command. Could include permissions, configurations files, etc."
/> />
</div> </div>
{/if} {/if}