Spaces:
Running
Running
Commit
•
d1e0167
1
Parent(s):
83e721c
download -> export
Browse files- editor/index.html +3 -3
editor/index.html
CHANGED
@@ -55,7 +55,7 @@
|
|
55 |
<div id="download-modal" class="modal">
|
56 |
<div class="modal-content">
|
57 |
<span id="download-modal-close" class="close">×</span>
|
58 |
-
<p>
|
59 |
<hr class="divider" />
|
60 |
<div class="modal-section">
|
61 |
<div id="format-select">
|
@@ -71,12 +71,12 @@
|
|
71 |
</div>
|
72 |
</div>
|
73 |
<div class="modal-section">
|
74 |
-
<button id="download-submit" class="submit">
|
75 |
</div>
|
76 |
</div>
|
77 |
</div>
|
78 |
|
79 |
-
<button id="download-button" class="tool-button" title="
|
80 |
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 32 32">
|
81 |
<path
|
82 |
fill="#ddd"
|
|
|
55 |
<div id="download-modal" class="modal">
|
56 |
<div class="modal-content">
|
57 |
<span id="download-modal-close" class="close">×</span>
|
58 |
+
<p>Export Splat</p>
|
59 |
<hr class="divider" />
|
60 |
<div class="modal-section">
|
61 |
<div id="format-select">
|
|
|
71 |
</div>
|
72 |
</div>
|
73 |
<div class="modal-section">
|
74 |
+
<button id="download-submit" class="submit">Export</button>
|
75 |
</div>
|
76 |
</div>
|
77 |
</div>
|
78 |
|
79 |
+
<button id="download-button" class="tool-button" title="Export Splat">
|
80 |
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 32 32">
|
81 |
<path
|
82 |
fill="#ddd"
|