Skip to content

Commit

Permalink
MDL-83456 mod_scorm: Revert FA6 updated status icons
Browse files Browse the repository at this point in the history
  • Loading branch information
roland04 committed Oct 15, 2024
1 parent 9ec7e01 commit 5b0def8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions mod/scorm/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -1464,12 +1464,12 @@ function mod_scorm_get_fontawesome_icon_map() {
'mod_scorm:asset' => 'fa-regular fa-file-zipper',
'mod_scorm:assetc' => 'fa-regular fa-file-zipper',
'mod_scorm:browsed' => 'fa-book',
'mod_scorm:completed' => 'fa-check',
'mod_scorm:failed' => 'fa-xmark',
'mod_scorm:incomplete' => 'fa-pen-to-square',
'mod_scorm:completed' => 'fa-check-square-o',
'mod_scorm:failed' => 'fa-times',
'mod_scorm:incomplete' => 'fa-pencil-square-o',
'mod_scorm:minus' => 'fa-minus',
'mod_scorm:notattempted' => 'fa-regular fa-square',
'mod_scorm:passed' => 'fa-check-double',
'mod_scorm:notattempted' => 'fa-square-o',
'mod_scorm:passed' => 'fa-check',
'mod_scorm:plus' => 'fa-plus',
'mod_scorm:popdown' => 'fa-regular fa-rectangle-xmark',
'mod_scorm:popup' => 'fa-regular fa-window-restore',
Expand Down

0 comments on commit 5b0def8

Please sign in to comment.