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() {
284284 <div class =" column" style =" margin-top : 5% " >
285285 <!-- Your Image Here -->
286286 @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/avatar@2x.png 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 ;" >
288288 @else
289- <img alt =" avatar" class =" rounded-avatar fadein" src =" {{ asset (' littlelink/images/logo.svg' ) } }" srcset = " {{ asset ( ' littlelink/images/avatar@2x.png 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 ;" >
290290 @endif
291291
292292 <!-- Your Name -->
You can’t perform that action at this time.
0 commit comments