|
|
@@ -57,7 +57,7 @@
|
|
|
<div id="ingredientHead">
|
|
|
<h1 class="strandTitle">Ingredient Inventory</h1>
|
|
|
|
|
|
- <button class="button" onclick="ingredientsStrandObj.displayAddIngredient()">
|
|
|
+ <button class="button" onclick="ingredientsStrandObj.displayAddIngredients()">
|
|
|
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="12" y1="5" x2="12" y2="19"></line><line x1="5" y1="12" x2="19" y2="12"></line></svg>
|
|
|
add
|
|
|
</button>
|
|
|
@@ -87,7 +87,7 @@
|
|
|
</div>
|
|
|
|
|
|
<div id="sidebarDiv" class="sidebarHide">
|
|
|
- <% include ./components/addIngredient %>
|
|
|
+ <% include ./components/addIngredients %>
|
|
|
|
|
|
<% include ./components/ingredientDetails %>
|
|
|
|