Subbu1304 commited on
Commit
35149d6
·
verified ·
1 Parent(s): 77210f1

Update templates/menu.html

Browse files
Files changed (1) hide show
  1. templates/menu.html +4 -4
templates/menu.html CHANGED
@@ -217,7 +217,7 @@
217
  </div>
218
 
219
  <!-- Avatar and Dropdown -->
220
- <!-- <div class="avatar-dropdown-container">
221
  <div class="avatar-icon">
222
  <!-- Use the first letter of the user's name for the avatar -->
223
  <span>{{ first_letter }}</span> <!-- Display the first letter of the customer's name -->
@@ -228,8 +228,8 @@
228
  <a href="{{ url_for('order_history') }}" class="dropdown-item">Order History</a>
229
  <a href="{{ url_for('logout') }}" class="dropdown-item">Logout</a>
230
  </div>
231
- </div> -->
232
- <div class="avatar-dropdown-container">
233
  <div class="avatar-icon">
234
  <!-- Use the first letter of the user's name for the avatar -->
235
  <span>{{ first_letter }}</span> <!-- Display the first letter of the customer's name -->
@@ -248,7 +248,7 @@
248
  </label>
249
  </div>
250
  </form>
251
- </div>
252
 
253
 
254
  </div>
 
217
  </div>
218
 
219
  <!-- Avatar and Dropdown -->
220
+ <div class="avatar-dropdown-container">
221
  <div class="avatar-icon">
222
  <!-- Use the first letter of the user's name for the avatar -->
223
  <span>{{ first_letter }}</span> <!-- Display the first letter of the customer's name -->
 
228
  <a href="{{ url_for('order_history') }}" class="dropdown-item">Order History</a>
229
  <a href="{{ url_for('logout') }}" class="dropdown-item">Logout</a>
230
  </div>
231
+ </div>
232
+ <!-- <div class="avatar-dropdown-container">
233
  <div class="avatar-icon">
234
  <!-- Use the first letter of the user's name for the avatar -->
235
  <span>{{ first_letter }}</span> <!-- Display the first letter of the customer's name -->
 
248
  </label>
249
  </div>
250
  </form>
251
+ </div> -->
252
 
253
 
254
  </div>