mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
MDL-60372 calendar: fix font awesome event type icons
This commit is contained in:
parent
9644c0e87a
commit
cbc6794d02
@ -203,8 +203,8 @@ class icon_system_fontawesome extends icon_system_font {
|
||||
'core:i/completion_self' => 'fa-user-o',
|
||||
'core:i/dashboard' => 'fa-tachometer',
|
||||
'core:i/lock' => 'fa-lock',
|
||||
'core:i/categoryevent' => 'fa-users',
|
||||
'core:i/courseevent' => 'fa-calendar',
|
||||
'core:i/categoryevent' => 'fa-cubes',
|
||||
'core:i/courseevent' => 'fa-university',
|
||||
'core:i/db' => 'fa-database',
|
||||
'core:i/delete' => 'fa-trash',
|
||||
'core:i/down' => 'fa-arrow-down',
|
||||
@ -284,7 +284,7 @@ class icon_system_fontawesome extends icon_system_font {
|
||||
'core:i/search' => 'fa-search',
|
||||
'core:i/settings' => 'fa-cog',
|
||||
'core:i/show' => 'fa-eye-slash',
|
||||
'core:i/siteevent' => 'fa-share-alt',
|
||||
'core:i/siteevent' => 'fa-globe',
|
||||
'core:i/star-rating' => 'fa-star',
|
||||
'core:i/stats' => 'fa-line-chart',
|
||||
'core:i/switch' => 'fa-exchange',
|
||||
|
Loading…
x
Reference in New Issue
Block a user