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

@@ -9,7 +9,7 @@ class Services(MenuItemHook):
def __init__(self):
MenuItemHook.__init__(self,
_('Services'),
'fa fa-cogs fa-fw',
'fas fa-cogs fa-fw',
'services:services', 100)
def render(self, request):

View File

@@ -76,7 +76,7 @@ class JabberBroadcast(MenuItemHook):
def __init__(self):
MenuItemHook.__init__(self,
_('Jabber Broadcast'),
'fa fa-lock fa-fw fa-bullhorn',
'fas fa-bullhorn fa-fw',
'openfire:broadcast')
def render(self, request):
@@ -89,7 +89,7 @@ class FleetBroadcastFormatter(MenuItemHook):
def __init__(self):
MenuItemHook.__init__(self,
_('Fleet Broadcast Formatter'),
'fa fa-lock fa-fw fa-space-shuttle',
'fas fa-space-shuttle fa-fw',
'services:fleet_format_tool')
def render(self, request):