rename download btn

This commit is contained in:
javl
2023-03-14 08:39:29 +01:00
parent d25ac63a58
commit 955ec881c2
+1 -1
View File
@@ -459,7 +459,7 @@
<section class="sub-section">
<button type="button" class="generate-button" onclick="outputString()">Generate code</button>
<button type="button" id = "copy-button" onclick="copyOutput()">Copy Output</button>
<button type="button" id = "download-button" onclick="downloadFile()">Download as binary file</button>
<button type="button" id = "download-button" onclick="downloadFile()">Download as binary file (.bin)</button>
<textarea id="code-output" class="code-output"></textarea>
</section>
</section>