style(navigation-bar): remove unused dropdown HTML elements
This commit is contained in:
parent
4f9ca794c4
commit
829d289c6d
1 changed files with 0 additions and 10 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue