瀏覽代碼

Add price tag to price

Lee Morgan 6 年之前
父節點
當前提交
4e9c83bbca
共有 1 個文件被更改,包括 3 次插入1 次删除
  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>