Spaces:
Sleeping
Sleeping
Update templates/cart.html
Browse files- templates/cart.html +1 -1
templates/cart.html
CHANGED
@@ -117,7 +117,7 @@
|
|
117 |
<a href="/menu" style="text-decoration: none; font-size: 1.5rem; color: #007bff;">×</a>
|
118 |
</div>
|
119 |
|
120 |
-
<h4 class="mb-
|
121 |
|
122 |
<!-- Cart Items -->
|
123 |
{% for item in cart_items %}
|
|
|
117 |
<a href="/menu" style="text-decoration: none; font-size: 1.5rem; color: #007bff;">×</a>
|
118 |
</div>
|
119 |
|
120 |
+
<h4 class="mb-6">Your Cart</h4>
|
121 |
|
122 |
<!-- Cart Items -->
|
123 |
{% for item in cart_items %}
|