Skip to content

Commit

Permalink
fix icon
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinDev committed Nov 21, 2023
1 parent 7ac698a commit 56b4e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/admin/src/config/packages/sonata_admin.php
Expand Up @@ -24,7 +24,7 @@
'on_top' => true,
'label' => 'admin.label.media', // 'admin.label.params',
'translation_domain' => 'messages',
'icon' => '<i class="fa fa-photo-video"></i>',
'icon' => '<i class="fa fa-images"></i>',
// 'extras' => [PageMenuProvider::ORDER_NUMBER, 2],
'items' => [['route' => 'admin_app_media_list', 'label' => 'a']],
],
Expand Down

0 comments on commit 56b4e87

Please sign in to comment.