Skip to content

Commit

Permalink
MDL-78107 core: Change the manual grade item icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolate-lightning committed Jul 27, 2023
1 parent e774522 commit 5e5d3b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/classes/output/icon_system_fontawesome.php
Expand Up @@ -269,7 +269,7 @@ public function get_core_icon_map() {
'core:i/lock' => 'fa-lock',
'core:i/log' => 'fa-list-alt',
'core:i/mahara_host' => 'fa-id-badge',
'core:i/manual_item' => 'fa-square-o',
'core:i/manual_item' => 'fa-pencil-square-o',
'core:i/marked' => 'fa-circle',
'core:i/marker' => 'fa-circle-o',
'core:i/mean' => 'fa-calculator',
Expand Down

0 comments on commit 5e5d3b9

Please sign in to comment.