refactor(theme): update app logos and how they are displayed

Signed-off-by: miguel456 <me@nogueira.codes>
This commit is contained in:
2023-02-26 03:12:28 +00:00
parent 1ed38f9145
commit c48f2a9ec2
10 changed files with 14 additions and 11 deletions

View File

@@ -64,9 +64,9 @@ return [
*/
'logo' => env('APP_NAME'),
'logo_img' => env('APP_LOGO'),
'logo_img' => env('APP_LOGO_SM'),
'logo_img_class' => 'brand-image img-circle elevation-3',
'logo_img_xl' => null,
'logo_img_xl' => env('APP_LOGO'),
'logo_img_xl_class' => 'brand-image-xs',
'logo_img_alt' => env('app_name'),