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 91
91
<nav class =" navbar navbar-expand-lg navbar-light bg-light" >
92
92
<div class =" container-fluid" >
93
93
<button type =" button" id =" sidebarCollapse" class =" btn btn-primary" >
94
- <i class =" fa fa-bars " ></i >
94
+ <i class =" bi bi-list " ></i >
95
95
<span class =" sr-only" >Toggle Menu</span >
96
96
</button >
97
97
<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 >
99
99
</button >
100
100
<div class =" collapse navbar-collapse" id =" navbarSupportedContent" >
101
101
<ul class =" nav navbar-nav ml-auto" >
Original file line number Diff line number Diff line change 14
14
15
15
<div class =" form-group col-lg-8" >
16
16
@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% ;" >
20
18
@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 ; " >
22
20
@endif
23
21
</div >
24
22
You can’t perform that action at this time.
0 commit comments