dylanebert HF staff commited on
Commit
d1e0167
1 Parent(s): 83e721c

download -> export

Browse files
Files changed (1) hide show
  1. 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">&times;</span>
58
- <p>Download Splat</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">Download</button>
75
  </div>
76
  </div>
77
  </div>
78
 
79
- <button id="download-button" class="tool-button" title="Download Selection">
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">&times;</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"