mirror of
https://codeberg.org/insects/cargo-spiel
synced 2025-05-23 02:33:41 +00:00
feat: change submit button to say run
This commit is contained in:
parent
278518f0cd
commit
c5ec496ef9
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
||||||
|
|
||||||
<form onsubmit={handleSubmit}>
|
<form onsubmit={handleSubmit}>
|
||||||
<CodeMirror bind:value={contents} on:change={updateFile} lang={rust()} />
|
<CodeMirror bind:value={contents} on:change={updateFile} lang={rust()} />
|
||||||
<button type="submit">submit</button>
|
<button type="submit">run!</button>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<div class="outputs">
|
<div class="outputs">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue