[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

@@ -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'
)