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

Update web/index.html

Browse files
Files changed (1) hide show
  1. web/index.html +10 -6
web/index.html CHANGED
@@ -63,12 +63,16 @@
63
 
64
 
65
 
66
- <li class="nav-item d-flex align-items-center gap-2">
67
- <span class="avatar avatar-sm">
68
- <img src="./assets/images/persona.png" class="avatar-img rounded-circle">
69
- </span>
70
- <a href="#" onclick="confirmLogout()" class="btn btn-sm btn-outline-secondary d-flex align-items-center gap-1">
71
- <i class="bi bi-box-arrow-right"></i> Cerrar sesión
 
 
 
 
72
  </a>
73
  </li>
74
  </ul>
 
63
 
64
 
65
 
66
+ <li class="nav-item">
67
+ <a href="#" onclick="confirmLogout()" class="nav-link text-muted" title="Cerrar sesión" style="display: flex; align-items: center; gap: 6px;">
68
+ <span class="avatar avatar-sm mt-2">
69
+ <img src="./assets/images/persona.png" alt="..." class="avatar-img rounded-circle">
70
+ </span>
71
+ <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">
72
+ <path d="M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4"/>
73
+ <polyline points="16 17 21 12 16 7"/>
74
+ <line x1="21" y1="12" x2="9" y2="12"/>
75
+ </svg>
76
  </a>
77
  </li>
78
  </ul>