File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 9191 <nav class =" navbar navbar-expand-lg navbar-light bg-light" >
9292 <div class =" container-fluid" >
9393 <button type =" button" id =" sidebarCollapse" class =" btn btn-primary" >
94- <i class =" fa fa-bars " ></i >
94+ <i class =" bi bi-list " ></i >
9595 <span class =" sr-only" >Toggle Menu</span >
9696 </button >
9797 <button class =" btn btn-dark d-inline-block d-lg-none ml-auto" type =" button" data-toggle =" collapse" data-target =" #navbarSupportedContent" aria-controls =" navbarSupportedContent" aria-expanded =" false" aria-label =" Toggle navigation" >
98- <i class =" fa fa-bars " ></i >
98+ <i class =" bi bi-list " ></i >
9999 </button >
100100 <div class =" collapse navbar-collapse" id =" navbarSupportedContent" >
101101 <ul class =" nav navbar-nav ml-auto" >
Original file line number Diff line number Diff line change 1414
1515 <div class =" form-group col-lg-8" >
1616 @if (file_exists (base_path (" img/$page -> littlelink_name " . " .png" )) )
17- <img src =" {{ asset (" img/$page -> littlelink_name " . " .png" ) } }" srcset =" {{ asset (" img/$page -> littlelink_name " . " @2x .png 2x" ) } }" width =" 100px" height =" 100px" >
18- @if (file_exists (base_path (" littlelink/images/avatar.png" )) )
19- <
img class =
" rounded-avatar" src =
" {{ asset (' littlelink/images/avatar.png' ) } }" srcset =
" {{ asset (' littlelink/images/[email protected] 2x' ) } }" width =
" 100px" height =
" 100px" >
17+ <img src =" {{ asset (" img/$page -> littlelink_name " . " .png" ) } }" style =" width : 75px ; border-radius : 50% ;" >
2018 @else
21- <
img src =
" {{ asset (' littlelink/images/logo.svg' ) } }" srcset = " {{ asset ( ' littlelink/images/[email protected] 2x ' ) } } " >
19+ <img src =" {{ asset (' littlelink/images/logo.svg' ) } }" style = " width : 75 px ; " >
2220 @endif
2321 </div >
2422
You can’t perform that action at this time.
0 commit comments