File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 180
180
<div class =" profile-img position-relative me-3 mb-3 mb-lg-0 profile-logo profile-logo1" >
181
181
@if (file_exists (base_path (findAvatar (Auth:: user ()-> id ))) )
182
182
<img src =" {{ url (findAvatar (Auth:: user ()-> id )) } }" class =" theme-color-default-img img-fluid rounded-pill avatar-100 bg-white" width =" 100" height =" 100" draggable =" false" style =" object-fit :cover ;" >
183
+ @elseif (file_exists (base_path (" assets/linkstack/images/" ). findFile (' avatar' )) )
184
+ <img src =" {{ url (" assets/linkstack/images/" ). " /" . findFile (' avatar' ) } }" class =" theme-color-default-img img-fluid rounded-pill avatar-100 bg-white" width =" 100" height =" 100" draggable =" false" >
183
185
@else
184
186
<img src =" {{ asset (' assets/linkstack/images/logo.svg' ) } }" class =" theme-color-default-img img-fluid rounded-pill avatar-100 bg-white" width =" 100" height =" 100" draggable =" false" >
185
187
@endif
You can’t perform that action at this time.
0 commit comments