Skip to content

Commit 50c91a1

Browse files
committed
Fix wrong icon name in acp menu example
Closes #385
1 parent 460b429 commit 50c91a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

snippets/package/pip/acpMenu.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<controller>foo\acp\form\ExampleAddForm</controller>
1717
<parent>foo.acp.menu.link.example.list</parent>
1818
<permissions>admin.foo.canManageExample</permissions>
19-
<icon>fa-plus</icon>
19+
<icon>plus</icon>
2020
</acpmenuitem>
2121
</import>
22-
</data>
22+
</data>

0 commit comments

Comments
 (0)