Skip to content
Snippets Groups Projects
Commit ed2eed97 authored by lowercasedonkey's avatar lowercasedonkey
Browse files

tweak desc

parent 21e2713c
No related branches found
No related tags found
No related merge requests found
...@@ -105,7 +105,7 @@ App.UI.toyShop = function() { ...@@ -105,7 +105,7 @@ App.UI.toyShop = function() {
function desc() { function desc() {
// Describe // Describe
const value = App.UI.DOM.makeElement("div", `Enter value here as it will appear in descriptions, "a butt plug" `); const value = App.UI.DOM.makeElement("div", `Enter value here as it will appear in descriptions: a standard "butt plug" `);
value.append(App.UI.DOM.makeTextBox( value.append(App.UI.DOM.makeTextBox(
buttPlugName, buttPlugName,
v => { v => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment