Customize logo

Hi. I want to write a plugin that will change mautic logo on login and dashboard pages.

How can I inject custom css and js that will present on all pages?

When I use

$view->includeStylesheet(‘plugins/LogoBundle/Assets/css/logo.css’);

css and js loads only on particular view.

Hi. I want to write a plugin that will change mautic logo on login and dashboard pages.
How can I inject custom css and js that will present on all pages?
When I use
$view[‘assets’]->includeStylesheet(‘plugins/LogoBundle/Assets/css/logo.css’);
css and js loads only on particular view.

Did you ever solve this?