mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-66612 calendar: Fix calendar icons
This commit is contained in:
parent
c77052fb2b
commit
e75b4e41b1
3 changed files with 3 additions and 4 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue