[CHANGE] FA classes in menu hooks updated

This commit is contained in:
Peter Pfeufer
2023-12-12 02:40:18 +01:00
parent 6f670da1db
commit 49ff355d50
9 changed files with 10 additions and 10 deletions

View File

@@ -13,7 +13,7 @@ class ApplicationsMenu(MenuItemHook):
MenuItemHook.__init__(
self,
_('Applications'),
'far fa-file fa-fw',
'fa-regular fa-file',
'hrapplications:index',
navactive=['hrapplications:'])