File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
resources/views/dashboard/shared Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,11 @@ function renderDropdown($data){
3030}
3131? >
3232
33- <div class =" c-sidebar-brand" ><img class =" c-sidebar-brand-full" src =" {{ url (' /assets/brand/coreui-base-white.svg' ) } }" width =" 118" height =" 46" alt =" CoreUI Logo" ><img class =" c-sidebar-brand-minimized" src =" assets/brand/coreui-signet-white.svg" width =" 118" height =" 46" alt =" CoreUI Logo" ></div >
33+
34+ <div class =" c-sidebar-brand" >
35+ <img class =" c-sidebar-brand-full" src =" {{ url (' /assets/brand/coreui-base-white.svg' ) } }" width =" 118" height =" 46" alt =" CoreUI Logo" >
36+ <img class =" c-sidebar-brand-minimized" src =" {{ url (' assets/brand/coreui-signet-white.svg' ) } }" width =" 118" height =" 46" alt =" CoreUI Logo" >
37+ </div >
3438 <ul class =" c-sidebar-nav" >
3539 @if (isset ($appMenus [' sidebar menu' ]) )
3640 @foreach ($appMenus [' sidebar menu' ] as $menuel )
You can’t perform that action at this time.
0 commit comments