Spaces:
Sleeping
Sleeping
drakosfire
commited on
Commit
•
412d5a3
1
Parent(s):
99ed30b
Corrected storeUI user description prompt
Browse files- storeUI.html +1 -1
storeUI.html
CHANGED
@@ -22,7 +22,7 @@
|
|
22 |
</div>
|
23 |
</div>
|
24 |
<div id="floatingToolbar">
|
25 |
-
<h1>
|
26 |
<textarea id="user-description" class="user-description-textarea"
|
27 |
hx-post="/update-stats" hx-trigger="change"
|
28 |
hx-target="#user-description" hx-swap="outerHTML"
|
|
|
22 |
</div>
|
23 |
</div>
|
24 |
<div id="floatingToolbar">
|
25 |
+
<h1>Store Description</h1>
|
26 |
<textarea id="user-description" class="user-description-textarea"
|
27 |
hx-post="/update-stats" hx-trigger="change"
|
28 |
hx-target="#user-description" hx-swap="outerHTML"
|