Skip to content

Commit

Permalink
Fix duplicate entry.
Browse files Browse the repository at this point in the history
  • Loading branch information
gjb2048 committed Feb 11, 2024
1 parent d10100e commit a124d3a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions classes/output/icon_system_fontawesome.php
Original file line number Diff line number Diff line change
Expand Up @@ -218,13 +218,12 @@ public function get_core_icon_map() {
'core:i/cohort' => 'fas fa-users',
'core:i/competencies' => 'far fa-check-square',
'core:i/completion_self' => 'far fa-user',
'core:i/dashboard' => 'fas fa-tachometer-alt',
'core:i/lock' => 'fas fa-lock',
'core:i/categoryevent' => 'fas fa-cubes',
'core:i/contentbank' => 'fas fa-paint-brush',
'core:i/course' => 'fas fa-graduation-cap',
'core:i/courseevent' => 'fas fa-university',
'core:i/customfield' => 'far fa-hand-point-right',
'core:i/dashboard' => 'fas fa-tachometer-alt',
'core:i/db' => 'fas fa-database',
'core:i/delete' => 'fas fa-trash',
'core:i/down' => 'fas fa-arrow-down',
Expand Down

0 comments on commit a124d3a

Please sign in to comment.