Update web/historial-consultas.html
Browse files- 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
|
| 54 |
-
|
| 55 |
-
|
| 56 |
-
|
| 57 |
-
|
| 58 |
-
</
|
| 59 |
-
|
| 60 |
-
|
| 61 |
-
|
| 62 |
-
</
|
|
|
|
| 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>
|