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

@@ -8,7 +8,7 @@ class PermissionsTool(MenuItemHook):
def __init__(self):
MenuItemHook.__init__(self,
'Permissions Audit',
'fa fa-key fa-id-card',
'fas fa-id-card fa-fw',
'permissions_tool:overview',
order=400,
navactive=['permissions_tool:'])