chore(lms): switch icons course and e-learning
This commit is contained in:
parent
5f2f353007
commit
ac9590f27c
@ -116,7 +116,7 @@ iconText = \case
|
|||||||
IconProblem -> "bolt"
|
IconProblem -> "bolt"
|
||||||
IconVisible -> "eye"
|
IconVisible -> "eye"
|
||||||
IconInvisible -> "eye-slash"
|
IconInvisible -> "eye-slash"
|
||||||
IconCourse -> "graduation-cap"
|
IconCourse -> "chalkboard-teacher" -- From fontawesome v6 onwards: "chalkboard-user" / or "desktop" for both
|
||||||
IconCourseFavouriteManual -> "star"
|
IconCourseFavouriteManual -> "star"
|
||||||
IconCourseFavouriteAutomatic -> "star-half-alt"
|
IconCourseFavouriteAutomatic -> "star-half-alt"
|
||||||
IconCourseFavouriteOff -> "slash" -- TODO use FA regular style star for stacked icon
|
IconCourseFavouriteOff -> "slash" -- TODO use FA regular style star for stacked icon
|
||||||
@ -166,11 +166,11 @@ iconText = \case
|
|||||||
IconMenuLogout -> "sign-out-alt"
|
IconMenuLogout -> "sign-out-alt"
|
||||||
IconBreadcrumbsHome -> "home"
|
IconBreadcrumbsHome -> "home"
|
||||||
IconMenuExtra -> "ellipsis-h"
|
IconMenuExtra -> "ellipsis-h"
|
||||||
IconMenuCourseList -> "graduation-cap"
|
IconMenuCourseList -> "graduation-cap" -- "award" "diploma" "file-certificate"
|
||||||
IconMenuCorrections -> "check"
|
IconMenuCorrections -> "check"
|
||||||
IconMenuExams -> "poll-h"
|
IconMenuExams -> "poll-h"
|
||||||
IconMenuAdmin -> "screwdriver"
|
IconMenuAdmin -> "screwdriver"
|
||||||
IconMenuLms -> "chalkboard-teacher" -- From fontawesome v6 onwards: "chalkboard-user" / or "desktop" for both
|
IconMenuLms -> "graduation-cap"
|
||||||
IconPageActionPrimaryExpand -> "bars"
|
IconPageActionPrimaryExpand -> "bars"
|
||||||
IconPageActionSecondary -> "ellipsis-h"
|
IconPageActionSecondary -> "ellipsis-h"
|
||||||
IconBreadcrumbSeparator -> "angle-right"
|
IconBreadcrumbSeparator -> "angle-right"
|
||||||
|
|||||||
Reference in New Issue
Block a user