Ver Fonte

Add price tag to price

Lee Morgan há 6 anos atrás
pai
commit
4e9c83bbca
1 ficheiros alterados com 3 adições e 1 exclusões
  1. 3 1
      views/merchantSetupPage/merchantSetup.ejs

+ 3 - 1
views/merchantSetupPage/merchantSetup.ejs

@@ -107,7 +107,9 @@
             </div>
 
             <% if(!locals.recipes){ %>
-                <input id="price" type="number" step="0.01" min="0" placeholder="enter price" required> 
+                <label>Price:
+                    <input id="price" type="number" step="0.01" min="0" placeholder="enter price" required> 
+                </label>
             <% } %>
 
             <table>