NavigationsLeiste UI #21

Merged
jank merged 4 commits from ui/navigation-bar into main 2024-12-18 09:17:27 +00:00
Showing only changes of commit 829d289c6d - Show all commits

View file

@ -21,14 +21,4 @@
</a> </a>
</li> </li>
</ul> </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> </div>