update sidebar

This commit is contained in:
2026-04-12 03:07:13 -05:00
parent 20a0c679c0
commit 0e5169b193

View File

@@ -1,8 +1,8 @@
<aside class="collapse show collapse-horizontal col-sm-2 p-3 border-end bg-body-tertiary" id="collapseWidthExample">
<div class="dropdown">
<a href="#" class="d-flex align-items-center link-body-emphasis text-decoration-none dropdown-toggle" data-bs-toggle="dropdown" aria-expanded="true">
<img src="{{ auth()->user()->getAvatar() ?? 'https://github.com/mdo.png'}}" alt="" width="32" height="32" class="rounded-circle me-2">
<span class="d-print-block"><strong>mdo</strong></span>
<img src="{{ auth()->user()->getAvatar() }}" alt="" width="32" height="32" class="rounded-circle me-2">
<span class="d-print-block"><strong>{{ auth()->user()->getName() }}</strong></span>
</a>
<ul class="dropdown-menu text-small shadow">
<li><a class="dropdown-item" href="#">ESI Scopes</a></li>