Update panel favicon path

This commit is contained in:
Timothée Goguely 2024-11-20 18:18:12 +01:00
parent 6df5def296
commit 439d766add

View file

@ -15,7 +15,7 @@ return [
'panel' => [
'language' => 'fr',
'css' => 'assets/css/panel.css',
'favicon' => 'assets/favicons/favicon.svg',
'favicon' => 'favicon.svg',
'menu' => require(__DIR__ . '/menu.php'),
],
'routes' => [