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 @@ -55,9 +55,9 @@ function update_color_scheme() {
5555 @endif
5656
5757 @if (file_exists (base_path (" littlelink/images/avatar.png" )) )
58- <
img class =
" img logo rounded-circle " src =
" {{ asset (' littlelink/images/avatar.png' ) } }" srcset =
" {{ asset (' littlelink/images/[email protected] 2x' ) } }" style =
" width : 150px ;>58+ <
img class =
" img logo" src =
" {{ asset (' littlelink/images/avatar.png' ) } }" srcset =
" {{ asset (' littlelink/images/[email protected] 2x' ) } }" style =
" width : 150px ;>5959 @else
60- <img class = " img logo rounded-circle " type=" image /svg+xml " src=" {{ asset (' littlelink/images/logo.svg' ) } }" style=" width:100px; " >
60+ <img class = " img logo " type=" image /svg+xml " src=" {{ asset (' littlelink/images/logo.svg' ) } }" style=" width:100px; " >
6161 @endif
6262 </a>
6363 <ul class=" list-unstyled components mb-5 " >
You can’t perform that action at this time.
0 commit comments