chore(deps): updated adminlte assets

Signed-off-by: miguel456 <me@nogueira.codes>
This commit is contained in:
2023-02-26 02:11:00 +00:00
parent 11db19cf6d
commit 0695262e73
62 changed files with 31867 additions and 8723 deletions

View File

@@ -69,7 +69,7 @@ return [
'logo_img_class' => 'brand-image img-circle elevation-3',
'logo_img_xl' => null,
'logo_img_xl_class' => 'brand-image-xs',
'logo_img_alt' => env('APP_NAME').'\'s Temporary Logo',
'logo_img_alt' => env('APP_NAME'),
/*
|--------------------------------------------------------------------------
@@ -91,7 +91,7 @@ return [
/*
|--------------------------------------------------------------------------
| Layout
|
|--------------------------------------------------------------------------
|
| Here we change the layout of your admin panel.
@@ -106,6 +106,7 @@ return [
'layout_fixed_sidebar' => null,
'layout_fixed_navbar' => null,
'layout_fixed_footer' => null,
'layout_dark_mode' => false,
/*
|--------------------------------------------------------------------------