rewording in menu

This commit is contained in:
2025-07-28 22:34:13 -04:00
parent 209e2e4b3a
commit 52f5f4b51b
+1 -1
View File
@@ -442,7 +442,7 @@
</div> </div>
<hr /> <hr />
<div style="display: flex; flex-direction: column; margin-top: 2.5rem; gap: 1rem;"> <div style="display: flex; flex-direction: column; margin-top: 2.5rem; gap: 1rem;">
<input id="importDataInput" style="width: 90%; align-self: center" placeholder="paste data to import here"/> <input id="importDataInput" style="width: 90%; align-self: center" placeholder="paste theme data to import here"/>
<button style="width: 100%; height: 3rem;" onclick="importData()" > <button style="width: 100%; height: 3rem;" onclick="importData()" >
import data import data
</button> </button>