File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4646 <div class =" column" style =" margin-top : 10% " >
4747 <!-- Your Image Here -->
4848 @if (file_exists (base_path (" littlelink/images/avatar.png" )) )
49- <
img src =
" {{ asset (' littlelink/images/avatar.png' ) } }" srcset =
" {{ asset (' littlelink/images/[email protected] 2x' ) } }" width =
" 100px " height =
" 100px " >
49+ <
img src =
" {{ asset (' littlelink/images/avatar.png' ) } }" srcset =
" {{ asset (' littlelink/images/[email protected] 2x' ) } }" width =
" 128px " height =
" 128px " >
5050 @else
5151 <div class =" parent fadein" >
5252 <img class =" image1 rotate" src =" {{ asset (' littlelink/images/just-gear.svg' ) } }" alt =" Logo" ></img >
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ function get_operating_system() {
126126 <div class =" column" style =" margin-top : 5% " >
127127 <!-- Your Image Here -->
128128 @if (file_exists (base_path (" img/$littlelink_name " . " .png" )) )
129- <img class =" rounded-avatar fadein" src =" {{ asset (" img/$littlelink_name " . " .png" ) } }" width =" 100px " height =" 100px " >
129+ <img class =" rounded-avatar fadein" src =" {{ asset (" img/$littlelink_name " . " .png" ) } }" width =" 128px " height =" 128px " >
130130 @elseif (file_exists (base_path (" littlelink/images/avatar.png" )) )
131131 <
img class =
" rounded-avatar fadein" src =
" {{ asset (' littlelink/images/avatar.png' ) } }" srcset =
" {{ asset (' littlelink/images/[email protected] 2x' ) } }" width =
" 100px" height =
" 100px" >
132132 @else
You can’t perform that action at this time.
0 commit comments