MDL-66612 calendar: Fix calendar icons

This commit is contained in:
Pau Ferrer Ocaña 2019-09-05 15:02:02 +02:00
parent c77052fb2b
commit e75b4e41b1
3 changed files with 3 additions and 4 deletions

View file

@ -210,7 +210,7 @@ class icon_system_fontawesome extends icon_system_font {
'core:i/lock' => 'fa-lock',
'core:i/categoryevent' => 'fa-cubes',
'core:i/course' => 'fa-graduation-cap',
'core:i/courseevent' => 'fa-university',
'core:i/courseevent' => 'fa-graduation-cap',
'core:i/customfield' => 'fa-hand-o-right',
'core:i/db' => 'fa-database',
'core:i/delete' => 'fa-trash',