File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
resources/views/linkstack/elements Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11 <!-- Your Image Here -->
22 @if (file_exists (base_path (findAvatar ($userinfo -> id ))) )
3- <img alt =" avatar" class =" rounded-avatar fadein" src =" {{ url (findAvatar ($userinfo -> id )) } }" height =" 128px" width =" 128px" style =" object-fit : cover ;" >
3+ <img alt =" avatar" id = " avatar " class =" rounded-avatar fadein" src =" {{ url (findAvatar ($userinfo -> id )) } }" height =" 128px" width =" 128px" style =" object-fit : cover ;" >
44 @elseif (file_exists (base_path (" assets/linkstack/images/" ). findFile (' avatar' )) )
5- <img alt =" avatar" class =" fadein" src =" {{ url (" assets/linkstack/images/" ). " /" . findFile (' avatar' ) } }" height =" 128px" width =" 128px" style =" object-fit : cover ;" >
5+ <img alt =" avatar" id = " avatar " class =" fadein" src =" {{ url (" assets/linkstack/images/" ). " /" . findFile (' avatar' ) } }" height =" 128px" width =" 128px" style =" object-fit : cover ;" >
66 @else
7- <img alt =" avatar" class =" fadein" src =" {{ asset (' assets/linkstack/images/logo.svg' ) } }" height =" 128px" style =" width :auto ;min-width :128px ;object-fit : cover ;" >
7+ <img alt =" avatar" id = " avatar " class =" fadein" src =" {{ asset (' assets/linkstack/images/logo.svg' ) } }" height =" 128px" style =" width :auto ;min-width :128px ;object-fit : cover ;" >
88 @endif
You can’t perform that action at this time.
0 commit comments