[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

@@ -7,7 +7,7 @@ from allianceauth.services.hooks import UrlHook
@hooks.register('menu_item_hook')
def register_menu():
return MenuItemHook(_('Fleet Activity Tracking'), 'fas fa-users fa-fw', 'fatlink:view',
return MenuItemHook(_('Fleet Activity Tracking'), 'fa-solid fa-users', 'fatlink:view',
navactive=['fatlink:'])