Gustavo Luigi 2024-01-16 16:13:16 -03:00
parent 8f7f2297d3
commit 5582443ac6
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@


<div class="col-6 text-end">
<img id="open-user-menu" class="rounded-circle border me-2" data-bs-toggle="dropdown" aria-haspopup="true" style="cursor:pointer;" aria-expanded="false" src="https://www.gravatar.com/avatar/235e952b239ca787ea9845855603db72?s=120?&amp;d=identicon&amp;r=PG" width="24" height="24" alt="Benjamin Völkl">
<img id="open-user-menu" class="rounded-circle border me-2" data-bs-toggle="dropdown" aria-haspopup="true" style="cursor:pointer;" aria-expanded="false" src="{{ auth()->user()->profile() }}" width="24" height="24" alt="{{ auth()->user()->name }}">
<a href="{{url('/admin')}}" class="text-decoration-none text-light">
Administration ⟶
</a>