Update templates/menu.html (#2)
Browse files- Update templates/menu.html (26841eadd0a4d82a44c7c856cb0b44a817182421)
Co-authored-by: geetha <[email protected]>
- templates/menu.html +0 -4
templates/menu.html
CHANGED
@@ -1384,10 +1384,6 @@
|
|
1384 |
</div>
|
1385 |
</div>
|
1386 |
<div class="modal-footer">
|
1387 |
-
<div class="quantity-controls-footer">
|
1388 |
-
<button type="button" class="btn" id="soft-drink-decrease-footer" onclick="updateSoftDrinkQuantity(-1)" aria-label="Decrease quantity by 1">-1</button>
|
1389 |
-
<button type="button" class="btn" id="soft-drink-increase-footer" onclick="updateSoftDrinkQuantity(1)" aria-label="Increase quantity by 1">+1</button>
|
1390 |
-
</div>
|
1391 |
<button type="button" class="btn btn-primary" onclick="addSoftDrinkToCart()" aria-label="Add soft drink to cart">Add to Cart</button>
|
1392 |
</div>
|
1393 |
</div>
|
|
|
1384 |
</div>
|
1385 |
</div>
|
1386 |
<div class="modal-footer">
|
|
|
|
|
|
|
|
|
1387 |
<button type="button" class="btn btn-primary" onclick="addSoftDrinkToCart()" aria-label="Add soft drink to cart">Add to Cart</button>
|
1388 |
</div>
|
1389 |
</div>
|