nagasurendra commited on
Commit
23506ad
·
verified ·
1 Parent(s): a150a72

Update templates/menu.html

Browse files
Files changed (1) hide show
  1. templates/menu.html +4 -3
templates/menu.html CHANGED
@@ -148,9 +148,7 @@
148
  </style>
149
  </head>
150
  <body>
151
- <div class="fixed-search-container">
152
- <input type="text" id="searchBar" class="form-control" placeholder="Search items or sections..." onkeyup="filterMenu()">
153
- </div>
154
  <div class="d-flex justify-content-between align-items-center p-3" style="background-color: #5bbfc1; color: white;">
155
  <!-- Removed Reward Points and Referral Code -->
156
  <div class="d-flex align-items-center">
@@ -195,6 +193,9 @@
195
  {% endfor %}
196
  </select>
197
  </form>
 
 
 
198
 
199
  {% for section, items in ordered_menu.items() %}
200
  <div class="menu-section">
 
148
  </style>
149
  </head>
150
  <body>
151
+
 
 
152
  <div class="d-flex justify-content-between align-items-center p-3" style="background-color: #5bbfc1; color: white;">
153
  <!-- Removed Reward Points and Referral Code -->
154
  <div class="d-flex align-items-center">
 
193
  {% endfor %}
194
  </select>
195
  </form>
196
+ <div class="fixed-search-container">
197
+ <input type="text" id="searchBar" class="form-control" placeholder="Search items or sections..." onkeyup="filterMenu()">
198
+ </div>
199
 
200
  {% for section, items in ordered_menu.items() %}
201
  <div class="menu-section">