ViannyCruz commited on
Commit
1282c4a
·
verified ·
1 Parent(s): 8979898

Update web/users.html

Browse files
Files changed (1) hide show
  1. web/users.html +11 -9
web/users.html CHANGED
@@ -100,15 +100,17 @@
100
  <i data-feather="sun"></i>
101
  </a>
102
  </li>
103
- <li class="nav-item dropdown">
104
- <a class="nav-link dropdown-toggle text-muted pr-0" href="#" id="navbarDropdownMenuLink" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
105
- <span class="avatar avatar-sm mt-2">
106
- <img src="./assets/images/persona.png" alt="..." class="avatar-img rounded-circle">
107
- </span>
108
- </a>
109
- <div class="dropdown-menu dropdown-menu-right" aria-labelledby="navbarDropdownMenuLink">
110
- <a class="dropdown-item" href="#" onclick="confirmLogout()">Cerrar Sesión</a>
111
- </div>
 
 
112
  </li>
113
  </ul>
114
  </nav>
 
100
  <i data-feather="sun"></i>
101
  </a>
102
  </li>
103
+ <li class="nav-item">
104
+ <a href="#" onclick="confirmLogout()" class="nav-link text-muted" title="Cerrar sesión" style="display: flex; align-items: center; gap: 6px;">
105
+ <span class="avatar avatar-sm mt-2">
106
+ <img src="./assets/images/persona.png" alt="..." class="avatar-img rounded-circle">
107
+ </span>
108
+ <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">
109
+ <path d="M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4"/>
110
+ <polyline points="16 17 21 12 16 7"/>
111
+ <line x1="21" y1="12" x2="9" y2="12"/>
112
+ </svg>
113
+ </a>
114
  </li>
115
  </ul>
116
  </nav>