Font Awesome V5 Update

This commit is contained in:
Ariel Rin
2020-06-11 03:33:37 +00:00
parent 71fb19aa22
commit 35407a2108
16 changed files with 24 additions and 23 deletions

View File

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