Update web/diagnosis.html
Browse files- 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 |
-
<
|
| 303 |
-
|
| 304 |
-
<
|
| 305 |
-
|
| 306 |
-
|
| 307 |
-
|
| 308 |
-
|
| 309 |
-
|
| 310 |
-
|
| 311 |
-
</
|
|
|
|
| 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>
|