style(navigation-bar): remove unused dropdown HTML elements

This commit is contained in:
Jan Gleytenhoover 2024-12-18 10:16:13 +01:00
parent 4f9ca794c4
commit 829d289c6d
Signed by: jank
GPG key ID: B267751B8AE29EFE

View file

@ -21,14 +21,4 @@
</a>
</li>
</ul>
<hr>
<div class="dropdown">
<a href="#" class="d-flex align-items-center text-black text-decoration-none dropdown-toggle" data-bs-toggle="dropdown" aria-expanded="false">
<img src="https://github.com/mdo.png" alt="" width="32" height="32" class="rounded-circle me-2">
<strong>username</strong>
</a>
<ul class="dropdown-menu dropdown-menu-light text-small shadow">
<li><a class="dropdown-item" href="#">Sign out</a></li>
</ul>
</div>
</div>