ViannyCruz commited on
Commit
517090d
·
verified ·
1 Parent(s): 90a58dc

Update web/diagnosis.html

Browse files
Files changed (1) hide show
  1. web/diagnosis.html +11 -10
web/diagnosis.html CHANGED
@@ -299,16 +299,17 @@
299
  <a class="nav-link text-muted my-2" href="#" id="modeSwitcher" data-mode="light">
300
  <i data-feather="sun"></i>
301
  </a>
302
- </li>
303
- <li class="nav-item dropdown">
304
- <a class="nav-link dropdown-toggle text-muted pr-0" href="#" id="navbarDropdownMenuLink" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
305
- <span class="avatar avatar-sm mt-2">
306
- <img src="./assets/images/persona.png" alt="..." class="avatar-img rounded-circle">
307
- </span>
308
- </a>
309
- <div class="dropdown-menu dropdown-menu-right" aria-labelledby="navbarDropdownMenuLink">
310
- <a class="dropdown-item" href="#" onclick="confirmLogout()">Cerrar Sesión</a>
311
- </div>
 
312
  </li>
313
  </ul>
314
  </nav>
 
299
  <a class="nav-link text-muted my-2" href="#" id="modeSwitcher" data-mode="light">
300
  <i data-feather="sun"></i>
301
  </a>
302
+ <li class="nav-item">
303
+ <a href="#" onclick="confirmLogout()" class="nav-link text-muted" title="Cerrar sesión" style="display: flex; align-items: center; gap: 6px;">
304
+ <span class="avatar avatar-sm mt-2">
305
+ <img src="./assets/images/persona.png" alt="..." class="avatar-img rounded-circle">
306
+ </span>
307
+ <svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" title="Cerrar sesión">
308
+ <path d="M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4"/>
309
+ <polyline points="16 17 21 12 16 7"/>
310
+ <line x1="21" y1="12" x2="9" y2="12"/>
311
+ </svg>
312
+ </a>
313
  </li>
314
  </ul>
315
  </nav>