[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

@@ -10,7 +10,7 @@ class CorpStats(MenuItemHook):
MenuItemHook.__init__(
self,
_('Corporation Stats'),
'fas fa-share-alt fa-fw',
'fa-solid fa-share-nodes',
'corputils:view',
navactive=['corputils:']
)