Skip to content

Commit

Permalink
IOMAD: Default icon for Manage Iomad template settings is wrong. #1595
Browse files Browse the repository at this point in the history
  • Loading branch information
turf212 committed May 18, 2021
1 parent 5597c9f commit a351dae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/iomad_company_admin/db/iomadmenu.php
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ function block_iomad_company_admin_menu() {
'name' => get_string('templatesettings', 'block_iomad_company_admin'),
'url' => 'iomad_templates_form.php',
'cap' => 'block/iomad_company_admin:managetemplates',
'icondefault' => 'competency',
'icondefault' => 'managecoursesettings',
'style' => 'competency',
'icon' => 'fa-cubes',
'iconsmall' => 'fa-cog'
Expand Down

0 comments on commit a351dae

Please sign in to comment.