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

@@ -7,7 +7,7 @@ from . import urls
class TimerboardMenu(MenuItemHook):
def __init__(self):
MenuItemHook.__init__(self, 'Structure Timers',
'fa fa-clock-o fa-fw',
'far fa-clock fa-fw',
'timerboard:view',
navactive=['timerboard:'])