Skip to content

Commit 8da2d80

Browse files
authored
Develop (#19)
* [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 * [Feature] [MST] Add default backend logo
1 parent 8770aee commit 8da2d80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public function index(): Response
3030
public function configureDashboard(): Dashboard
3131
{
3232
return Dashboard::new()
33-
->setTitle('Modular Symfony Template Backend')
33+
->setTitle('<img src="img/logo.png" width="50px" alt="Modular Symfony Template Backend"> Modular Symfony Template Backend')
3434
->setFaviconPath('img/favicon.png');
3535
}
3636

0 commit comments

Comments
 (0)