Bug Description
When using multiple custom logo URL's this doesn't work:
'custom_logo_url' => [
'nav' => env('STATAMIC_CUSTOM_LOGO_NAV_URL', null),
'outside' => env('STATAMIC_CUSTOM_LOGO_OUTSIDE_URL', null)
]
Gives an error:
ErrorException
htmlspecialchars() expects parameter 1 to be string, array given (View: /Users/robdekort/Sites/anne-meithe/vendor/statamic/cms/resources/views/partials/global-header.blade.php)
It wil work when you set the logo's to empty strings, but then the CP doesn't fallback to the default logo's.

How to Reproduce
Try to use .env variables for setting the nav and outside logo in config/statamic/cp.php like above.
Extra Detail

Environment
Statamic 3.1.0-beta.1 Pro
Laravel 8.33.1
PHP 7.4.13
No addons installed
Install method (choose one):
Bug Description
When using multiple custom logo URL's this doesn't work:
Gives an error:
It wil work when you set the logo's to empty strings, but then the CP doesn't fallback to the default logo's.
How to Reproduce
Try to use
.envvariables for setting thenavandoutsidelogo inconfig/statamic/cp.phplike above.Extra Detail
Environment
Statamic 3.1.0-beta.1 Pro
Laravel 8.33.1
PHP 7.4.13
No addons installed
Install method (choose one):