Spaces:
Sleeping
Sleeping
Update templates/menu.html
Browse files- templates/menu.html +2 -2
templates/menu.html
CHANGED
@@ -207,7 +207,7 @@
|
|
207 |
</div>
|
208 |
|
209 |
<div class="container mt-4">
|
210 |
-
|
211 |
|
212 |
<!-- Category Filter -->
|
213 |
<!-- Category Filter -->
|
@@ -248,7 +248,7 @@
|
|
248 |
|
249 |
<!-- Show menu items only when Customized Dish is not selected -->
|
250 |
<div class="container mt-4">
|
251 |
-
<h1 class="text-center">Menu</h1>
|
252 |
|
253 |
<!-- Menu Sections -->
|
254 |
{% for section, items in ordered_menu.items() %}
|
|
|
207 |
</div>
|
208 |
|
209 |
<div class="container mt-4">
|
210 |
+
<h1 class="text-center">Menu</h1>
|
211 |
|
212 |
<!-- Category Filter -->
|
213 |
<!-- Category Filter -->
|
|
|
248 |
|
249 |
<!-- Show menu items only when Customized Dish is not selected -->
|
250 |
<div class="container mt-4">
|
251 |
+
<!-- <h1 class="text-center">Menu</h1> -->
|
252 |
|
253 |
<!-- Menu Sections -->
|
254 |
{% for section, items in ordered_menu.items() %}
|