Skip to content

Commit 8770aee

Browse files
authored
Develop (#18)
* [Feature] [MST] Improve webpack integration (#15) * [Feature] [MST] Improve webpack integration * [Feature] [MST] Add default start page * [Feature] [MST] Improve webpack integration (#17) * [Feature] [MST] Improve webpack integration * [Feature] [MST] Add default start page * [Feature] [MST] Add default favicon
1 parent 4d1207a commit 8770aee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Backend/Dashboard/Communication/Controller/DashboardController.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ public function index(): Response
3030
public function configureDashboard(): Dashboard
3131
{
3232
return Dashboard::new()
33-
->setTitle('Modular Symfony Template Backend');
33+
->setTitle('Modular Symfony Template Backend')
34+
->setFaviconPath('img/favicon.png');
3435
}
3536

3637
/**

0 commit comments

Comments
 (0)