update sidebar
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user