Update templates/menu.html (#4)
Browse files- Update templates/menu.html (694f30158c58ca4f738779e62c0f0101b2671283)
Co-authored-by: geetha <[email protected]>
- templates/menu.html +1 -1
templates/menu.html
CHANGED
@@ -1384,7 +1384,7 @@
|
|
1384 |
</div>
|
1385 |
</div>
|
1386 |
<div class="modal-footer">
|
1387 |
-
|
1388 |
</div>
|
1389 |
</div>
|
1390 |
</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>
|
1390 |
</div>
|