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

Update web/historial-consultas.html

Browse files
Files changed (1) hide show
  1. web/historial-consultas.html +11 -10
web/historial-consultas.html CHANGED
@@ -50,16 +50,17 @@
50
  </a>
51
  </li>
52
  -->
53
- <li class="nav-item dropdown">
54
- <a class="nav-link dropdown-toggle text-muted pr-0" href="#" id="navbarDropdownMenuLink" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
55
- <span class="avatar avatar-sm mt-2">
56
- <img src="./assets/images/persona.png" alt="..." class="avatar-img rounded-circle">
57
- </span>
58
- </a>
59
- <div class="dropdown-menu dropdown-menu-right" aria-labelledby="navbarDropdownMenuLink">
60
-
61
- <a class="dropdown-item" href="#" id="logoutBtn">Cerrar Sesión</a>
62
- </div>
 
63
  </li>
64
  </ul>
65
  </nav>
 
50
  </a>
51
  </li>
52
  -->
53
+ <li class="nav-item">
54
+ <a href="#" onclick="confirmLogout()" class="nav-link text-muted" title="Cerrar sesión" style="display: flex; align-items: center; gap: 6px;">
55
+ <span class="avatar avatar-sm mt-2">
56
+ <img src="./assets/images/persona.png" alt="..." class="avatar-img rounded-circle">
57
+ </span>
58
+ <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">
59
+ <path d="M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4"/>
60
+ <polyline points="16 17 21 12 16 7"/>
61
+ <line x1="21" y1="12" x2="9" y2="12"/>
62
+ </svg>
63
+ </a>
64
  </li>
65
  </ul>
66
  </nav>