We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7474454 commit 7800bd0Copy full SHA for 7800bd0
1 file changed
src/Sylius/Bundle/AdminBundle/Twig/Component/Shared/Navbar/UserDropdownComponent.php
@@ -65,19 +65,19 @@ public function getMenuItems(): array
65
'title' => 'sylius.ui.documentation',
66
'url' => 'https://docs.sylius.com',
67
'class' => 'small text-muted',
68
- 'attributes' => { 'target' => '_blank', 'rel' => 'noopener' },
+ 'attributes' => [ 'target' => '_blank', 'rel' => 'noopener' ],
69
],
70
[
71
'title' => 'sylius.ui.join_slack',
72
'url' => 'https://sylius.com/slack',
73
74
75
76
77
'title' => 'sylius.ui.report_an_issue',
78
'url' => 'https://github.com/Sylius/Sylius/issues',
79
80
81
82
];
83
}
0 commit comments