This commit is contained in:
2021-12-25 22:51:58 +01:00
parent 11824adda4
commit 5cebcfddb7
19 changed files with 31 additions and 25 deletions

View File

@@ -52,11 +52,11 @@ class UserMenuBuilder implements LocalMenuBuilderInterface
$menu
->addChild(
$this->translator->trans('My notifications'),
['route' => 'chill_main_notification_show']
['route' => 'chill_main_notification_my']
)
->setExtras([
'order' => 600,
'icon' => 'envelope'
'icon' => 'envelope',
]);
$menu