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() {
55
55
@endif
56
56
57
57
@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 ;>
59
59
@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; " >
61
61
@endif
62
62
</a>
63
63
<ul class=" list-unstyled components mb-5 " >
You can’t perform that action at this time.
0 commit comments