mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-15 11:36:23 +01:00
[CHANGE] FA classes in menu hooks updated
This commit is contained in:
@@ -78,7 +78,7 @@ class JabberBroadcast(MenuItemHook):
|
||||
MenuItemHook.__init__(
|
||||
self,
|
||||
_('Jabber Broadcast'),
|
||||
'fas fa-bullhorn fa-fw',
|
||||
'fa-solid fa-bullhorn',
|
||||
'openfire:broadcast'
|
||||
)
|
||||
|
||||
@@ -93,7 +93,7 @@ class FleetBroadcastFormatter(MenuItemHook):
|
||||
MenuItemHook.__init__(
|
||||
self,
|
||||
_('Fleet Broadcast Formatter'),
|
||||
'fas fa-space-shuttle fa-fw',
|
||||
'fa-solid fa-space-shuttle',
|
||||
'services:fleet_format_tool'
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user