mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Updated icon
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
278bf3da13
commit
44bcc157e5
|
@ -324,7 +324,7 @@ dir="{{ in_array(app()->getLocale(),['ar-SA','fa-IR', 'he-IL']) ? 'rtl' : 'ltr'
|
||||||
<img src="{{ Auth::user()->present()->gravatar() }}" class="user-image"
|
<img src="{{ Auth::user()->present()->gravatar() }}" class="user-image"
|
||||||
alt="">
|
alt="">
|
||||||
@else
|
@else
|
||||||
<i class="fas fa-users" aria-hidden="true"></i>
|
<i class="fas fa-user" aria-hidden="true"></i>
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
<span class="hidden-xs">{{ Auth::user()->getFullNameAttribute() }} <strong
|
<span class="hidden-xs">{{ Auth::user()->getFullNameAttribute() }} <strong
|
||||||
|
|
Loading…
Reference in a new issue