We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 521b3b4 commit 1a83c58Copy full SHA for 1a83c58
resources/views/settings/home.blade.php
@@ -8,7 +8,7 @@
8
<hr>
9
<div class="form-group row">
10
<div class="col-sm-3">
11
- <img src="{{Auth::user()->profile->avatarUrl()}}" width="38px" height="38px" class="rounded-circle float-right">
+ <img src="{{Auth::user()->profile->avatarUrl()}}" width="38px" height="38px" class="rounded-circle float-right" draggable="false" onerror="this.src='/storage/avatars/default.jpg?v=0';this.onerror=null;">
12
</div>
13
<div class="col-sm-9">
14
<p class="lead font-weight-bold mb-0">{{Auth::user()->username}}</p>
0 commit comments