File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -284,9 +284,9 @@ function get_operating_system() {
284
284
<div class =" column" style =" margin-top : 5% " >
285
285
<!-- Your Image Here -->
286
286
@if (file_exists (base_path (findAvatar ($userinfo -> id ))) )
287
- <
img alt =
" avatar" class =
" rounded-avatar fadein" src =
" {{ url (findAvatar ($userinfo -> id )) } }" srcset = " {{ asset ( ' littlelink/images/[email protected] 2x ' ) } } " width =
" 128px" height =
" 128px" style =
" object-fit : cover ;" >
287
+ <img alt =" avatar" class =" rounded-avatar fadein" src =" {{ url (findAvatar ($userinfo -> id )) } }" width =" 128px" height =" 128px" style =" object-fit : cover ;" >
288
288
@else
289
- <
img alt =
" avatar" class =
" rounded-avatar fadein" src =
" {{ asset (' littlelink/images/logo.svg' ) } }" srcset = " {{ asset ( ' littlelink/images/[email protected] 2x ' ) } } " width =
" 128px" height =
" 128px" style =
" object-fit : cover ;" >
289
+ <img alt =" avatar" class =" rounded-avatar fadein" src =" {{ asset (' littlelink/images/logo.svg' ) } }" width =" 128px" height =" 128px" style =" object-fit : cover ;" >
290
290
@endif
291
291
292
292
<!-- Your Name -->
You can’t perform that action at this time.
0 commit comments