master
parent
8f7f2297d3
commit
5582443ac6
|
@ -22,7 +22,7 @@
|
||||||
|
|
||||||
|
|
||||||
<div class="col-6 text-end">
|
<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?&d=identicon&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">
|
<a href="{{url('/admin')}}" class="text-decoration-none text-light">
|
||||||
Administration ⟶
|
Administration ⟶
|
||||||
</a>
|
</a>
|
||||||
|
|
Loading…
Reference in New Issue